Skip to content

Commit

Permalink
ci: add secrets.GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
espimarisa committed Aug 29, 2024
1 parent 4214244 commit 1822783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
skip_untranslated_strings: true
source: "locales/en-US/*.json"
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
translation: "locales/%locale%"
translation: "locales/%two_letters_code%"
upload_sources: true
upload_translations: false
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}

0 comments on commit 1822783

Please sign in to comment.