Skip to content

Commit

Permalink
added NPM_TOKEN into save transalation
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodcog committed Aug 22, 2023
1 parent 7849b45 commit 2181050
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/locize-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@ jobs:
working-directory: react-components
run: yarn save-missing
env:
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
LOCIZE_API_KEY: ${{ secrets.LOCIZE_API_KEY }}

- name: 'Remove deleted keys from locize'
working-directory: react-components
run: yarn remove-deleted
env:
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
LOCIZE_API_KEY: ${{ secrets.LOCIZE_API_KEY }}

0 comments on commit 2181050

Please sign in to comment.