Merge pull request #520 from konstruktoid/gha

update slsa gha permissions
This commit is contained in:
Thomas Sjögren 2023-03-15 17:12:35 +01:00 committed by GitHub
commit 16c235080d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: