Skip to content

Commit

Permalink
Update crowdin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zly2006 authored May 16, 2024
1 parent 224dd51 commit b37173a
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 @@ -7,6 +7,9 @@ on:

jobs:
synchronize-with-crowdin:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest

steps:
Expand All @@ -18,6 +21,6 @@ jobs:
upload_sources: true
download_translations: true
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}

0 comments on commit b37173a

Please sign in to comment.