From 556b964db06c6f939bbe8fe8a50ef92b96d21f99 Mon Sep 17 00:00:00 2001 From: Sergei Zharinov Date: Mon, 12 Jan 2026 23:37:54 -0300 Subject: [PATCH] fix: Add write permission to sync-langs workflow --- .github/workflows/sync-langs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-langs.yml b/.github/workflows/sync-langs.yml index 43b2f65..9043f06 100644 --- a/.github/workflows/sync-langs.yml +++ b/.github/workflows/sync-langs.yml @@ -5,11 +5,14 @@ on: branches: - 'renovate/arborium-crates' +permissions: + contents: write + jobs: sync: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Sync language features run: python3 scripts/sync-langs.py --ci