From a880d11762c11c4372e0608bdb1230c147f21285 Mon Sep 17 00:00:00 2001 From: Sutu Sebastian Date: Mon, 20 Jul 2026 13:25:27 +0300 Subject: [PATCH] fix(release): drop invalid workflows permission from GITHUB_TOKEN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit workflows is a PAT OAuth scope, not a workflow permissions key — GitHub rejects the file before Release can run. --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c28827..4753dcd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,8 +14,6 @@ permissions: contents: write pull-requests: write id-token: write - # GITHUB_TOKEN tag push is rejected without this when workflows are in-tree. - workflows: write jobs: release: