From 79a3f7385155c2a1881bf65a018b6186dc892c45 Mon Sep 17 00:00:00 2001 From: Martin Emde Date: Fri, 13 Jun 2025 14:00:25 -0700 Subject: [PATCH] allow write permissions for tag.yml github action --- .github/workflows/tag.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index f3258ea..8899f38 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -9,6 +9,10 @@ on: types: [closed] branches: [main] +permissions: + contents: write + actions: read + jobs: release: if: github.event.pull_request.merged == true