From 12f55ec3b53bb162adff62319fd3c296ed7261c5 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Tue, 28 Oct 2025 00:51:24 +0100 Subject: [PATCH] Another attempt at this --- .github/workflows/auto-release.yml | 1 + .github/workflows/release.yml | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 584662ab..f60b7d4f 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -241,6 +241,7 @@ jobs: needs: check-and-release if: needs.check-and-release.outputs.should_release == 'true' permissions: + actions: write contents: write pull-requests: read packages: write diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28abf8e8..1314ffe6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,3 @@ -permissions: - actions: write - contents: write - name: Create Release on: -- 2.34.1