mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-09 17:33:45 +08:00
fix: add crowdin action env (#1381)
This commit is contained in:
5
.github/workflows/sync.yml
vendored
5
.github/workflows/sync.yml
vendored
@ -29,6 +29,11 @@ jobs:
|
|||||||
crowdin_branch_name: l10n_branch
|
crowdin_branch_name: l10n_branch
|
||||||
config: './web/crowdin.yml'
|
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
|
- name: crowdin backend action
|
||||||
uses: crowdin/github-action@1.4.8
|
uses: crowdin/github-action@1.4.8
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user