Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
fix(ci): update secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis committed Aug 18, 2024
1 parent 71161e2 commit 92b866d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync_crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
pull_request_title: 'New Crowdin Translations'
pull_request_body: 'New Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action)'
pull_request_base_branch_name: 'develop'
project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.PSL_UPDATE_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_LOGIN }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PROJECT_KEY }}

- name: Enable automerge for PR
shell: bash
Expand Down

0 comments on commit 92b866d

Please sign in to comment.