From d2d4b372d810802bb4bf54cda95fd7bfa87d974c Mon Sep 17 00:00:00 2001 From: Lukas Klingsbo Date: Mon, 7 Oct 2024 21:54:27 +0200 Subject: [PATCH] ci: Add actions permissions to release tag job (#3330) This adds the missing permission to the release tag job. --- .github/workflows/release-tag.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index 304c0049669..8d0a1c9e848 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -7,6 +7,7 @@ jobs: publish-packages: name: Create tags for release permissions: + actions: write contents: write runs-on: [ ubuntu-latest ] if: contains(github.event.head_commit.message, 'chore(release)')