From 0dab6fbd0c1bedbadea32293f4d9f7e095f4b7a9 Mon Sep 17 00:00:00 2001 From: Ivan Sabelnikov Date: Mon, 6 Jul 2026 20:10:07 +0100 Subject: [PATCH] fix(#868k5bbdr): Grant contents:write for action-vtl to create tags Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73a5719..79c75a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: if: github.ref == 'refs/heads/master' runs-on: ubuntu-latest permissions: - contents: read + contents: write id-token: write steps: