fix(ci): update secrets
This commit is contained in:
parent
71161e20f8
commit
92b866d587
1 changed files with 2 additions and 2 deletions
4
.github/workflows/sync_crowdin.yml
vendored
4
.github/workflows/sync_crowdin.yml
vendored
|
@ -23,10 +23,10 @@ jobs:
|
||||||
pull_request_title: 'New Crowdin Translations'
|
pull_request_title: 'New Crowdin Translations'
|
||||||
pull_request_body: 'New Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action)'
|
pull_request_body: 'New Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action)'
|
||||||
pull_request_base_branch_name: 'develop'
|
pull_request_base_branch_name: 'develop'
|
||||||
|
project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
|
||||||
|
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.PSL_UPDATE_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.PSL_UPDATE_TOKEN }}
|
||||||
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_LOGIN }}
|
|
||||||
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PROJECT_KEY }}
|
|
||||||
|
|
||||||
- name: Enable automerge for PR
|
- name: Enable automerge for PR
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue