File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 66jobs :
77 release :
88 runs-on : ubuntu-24.04
9+ # The maximum access is "read" for PRs from public forked repos
10+ # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
11+ permissions :
12+ contents : write # for releases
13+ id-token : write # for provenances
14+ attestations : write # for provenances
915 steps :
1016 - uses : actions/checkout@v4
1117 with :
8389 "https://github.com/${{ github.repository }}.git#${tag}"
8490 \`\`\`
8591 EOF
92+ - uses : actions/attest-build-provenance@v2
93+ if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
94+ with :
95+ subject-path : |
96+ /tmp/artifact/*
97+ /tmp/SHA256SUMS
8698 - name : " Create release"
8799 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
88100 env :
You can’t perform that action at this time.
0 commit comments