From b2896566b24ac173c0163cc2193656746d124f5c Mon Sep 17 00:00:00 2001 From: Enrico Candino Date: Wed, 8 May 2024 13:10:30 +0200 Subject: [PATCH] Fix GitHub Action permission to publish assets (#367) * added contents write permission to publish assets in release * added comment --- .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 46d18808..f3198214 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: release: permissions: - contents: read + contents: write # needed to create/update the release with the assets id-token: write # needed for the Vault authentication runs-on: ubuntu-latest