8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33840ff commit 78d4a6eCopy full SHA for 78d4a6e
.github/workflows/release.yml
@@ -4,11 +4,10 @@ on:
4
push:
5
tags: ['*']
6
7
-permissions:
8
- contents: write
9
-
10
jobs:
11
goreleaser:
+ permissions:
+ contents: write
12
runs-on: ubuntu-latest
13
outputs:
14
hashes: ${{ steps.hash.outputs.hashes }}
@@ -43,7 +42,7 @@ jobs:
43
42
actions: read # To read the workflow path.
44
id-token: write # To sign the provenance.
45
contents: write # To add assets to a release.
46
- uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.5.0
+ uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1.0
47
with:
48
base64-subjects: "${{ needs.goreleaser.outputs.hashes }}"
49
upload-assets: true # upload to a new release
0 commit comments