Skip to content

Commit

Permalink
fix: crowdin secrets on website not passed on ci (verdaccio#2350)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Moreno authored Jul 27, 2021
1 parent 1ca89d9 commit 7521a59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
- name: Build Production
if: (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'workflow_dispatch'
env:
CROWDIN_VERDACCIO_PROJECT_ID: ${{ secrets.CROWDIN_VERDACCIO_PROJECT_ID }}
CROWDIN_VERDACCIO_API_KEY: ${{ secrets.CROWDIN_VERDACCIO_API_KEY }}
CONTEXT: production
run: pnpm netlify:build:production --filter ...@verdaccio/website

Expand Down

0 comments on commit 7521a59

Please sign in to comment.