From 8e2b40bd613f177b2c69294fc6d443743b9e40ac Mon Sep 17 00:00:00 2001 From: Sergei Zharinov Date: Mon, 12 Jan 2026 23:44:22 -0300 Subject: [PATCH] fix: Add GH_TOKEN and pull-requests permission to sync-langs --- .github/workflows/sync-langs.yml | 3 +++ 1 file changed, 3 insertions(+) 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: |