diff --git a/.github/workflows/sync-langs.yml b/.github/workflows/sync-langs.yml index 9043f06..093d9d5 100644 --- a/.github/workflows/sync-langs.yml +++ b/.github/workflows/sync-langs.yml @@ -7,6 +7,7 @@ on: permissions: contents: write + pull-requests: write jobs: sync: @@ -16,6 +17,8 @@ jobs: - name: Sync language features run: python3 scripts/sync-langs.py --ci + env: + GH_TOKEN: ${{ github.token }} - name: Commit if changed run: |