Skip to content

Commit

Permalink
ci: permissions v6
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored Dec 11, 2023
1 parent d7c6584 commit f1d3b1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sync-crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
synchronize-with-crowdin:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -46,3 +48,5 @@ jobs:
sudo git fetch --all
sudo git commit assets/i18n/*.json -m "chore: remove empty values from JSON"
sudo git push "feat/translations"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f1d3b1d

Please sign in to comment.