From 9c1dd0657863455a6fc6a252fc8bb3dacd1c343e Mon Sep 17 00:00:00 2001 From: Enrico Candino Date: Wed, 8 May 2024 11:20:35 +0200 Subject: [PATCH] added contents write permission to publish assets in release --- .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..31ecbc4c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: release: permissions: - contents: read + contents: write id-token: write # needed for the Vault authentication runs-on: ubuntu-latest