Skip to content

Commit

Permalink
crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
zly2006 committed Jan 4, 2025
1 parent 96ea2ef commit 6c8288b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches: [ new ]
workflow_dispatch:

permissions:
contents: write
pull-requests: write

jobs:
synchronize-with-crowdin:
Expand All @@ -27,7 +30,7 @@ jobs:
pull_request_base_branch_name: 'main'
env:
# A classic GitHub Personal Access Token with the 'repo' scope selected (the user should have write access to the repository).
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# A numeric ID, found at https://crowdin.com/project/<projectName>/tools/api
CROWDIN_PROJECT_ID: 677348
Expand Down

0 comments on commit 6c8288b

Please sign in to comment.