From 219b15036f77e22383745a44237133ef1b37bde3 Mon Sep 17 00:00:00 2001 From: Sergei Zharinov Date: Tue, 13 Jan 2026 00:28:41 -0300 Subject: [PATCH] fix: Use PAT in sync-langs workflow to trigger CI --- .github/workflows/sync-langs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-langs.yml b/.github/workflows/sync-langs.yml index 093d9d5..2768ac8 100644 --- a/.github/workflows/sync-langs.yml +++ b/.github/workflows/sync-langs.yml @@ -14,6 +14,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + with: + token: ${{ secrets.PLOTNIK_PAT }} - name: Sync language features run: python3 scripts/sync-langs.py --ci