From 9bf4dea52716b823d96ea1b98568d0d8f95c6b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Wed, 15 Mar 2023 17:11:38 +0100 Subject: [PATCH] update slsa gha permissions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- .github/workflows/slsa.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/slsa.yml b/.github/workflows/slsa.yml index 6dfc96c..b5257c8 100644 --- a/.github/workflows/slsa.yml +++ b/.github/workflows/slsa.yml @@ -53,6 +53,10 @@ jobs: release: needs: [build, provenance] + permissions: + actions: read + id-token: write + contents: write runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/') steps: