update slsa gha permissions

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2023-03-15 17:11:38 +01:00
parent 93227bf6c0
commit 9bf4dea527
No known key found for this signature in database

View file

@ -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: