From 2791151eeccc78a8d758619bd22a0d89918f0033 Mon Sep 17 00:00:00 2001 From: Nik Wolfgramm Date: Thu, 16 Apr 2026 22:56:36 +0200 Subject: [PATCH] Update release workflow permissions and triggers Change permissions to read for contents and remove push trigger. --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d849a40..54b101c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,12 +3,9 @@ name: Release on: release: types: [published] - push: - branches: [ "main" ] permissions: - contents: write - id-token: write + contents: read jobs: verify: