Skip to content

Commit

Permalink
fix: add crowdin action env (casdoor#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
forestmgy authored Dec 7, 2022
1 parent 1bb3d2d commit 2bb2c36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
crowdin_branch_name: l10n_branch
config: './web/crowdin.yml'

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: '463556'
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}

- name: crowdin backend action
uses: crowdin/[email protected]
with:
Expand Down

0 comments on commit 2bb2c36

Please sign in to comment.