From 94caf6d23af918e8353129332b767c5b744f57c2 Mon Sep 17 00:00:00 2001 From: Agustin Bettati Date: Fri, 31 May 2024 10:22:21 +0200 Subject: [PATCH] chore: Fix permission in release job that creates a new tag (#2319) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66bc7bdb10..666004ca9c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,7 +86,7 @@ jobs: create-tag: runs-on: ubuntu-latest permissions: - pull-requests: write + contents: write needs: [ release-config, validate-inputs, update-examples-reference-in-docs, update-changelog-header ] if: >- !cancelled()