We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e999091 commit 9534913Copy full SHA for 9534913
.github/workflows/ci.yaml
@@ -45,6 +45,9 @@ jobs:
45
pull-requests: write
46
# Needed for adding labels for PRs, we shouldn't actually need this, see https://github.com/orgs/community/discussions/156181
47
issues: write
48
+ # attestations and id-token for attest-build-provenance
49
+ attestations: write
50
+ id-token: write
51
strategy:
52
matrix:
53
include:
@@ -103,3 +106,7 @@ jobs:
103
106
GH_TOKEN: ${{github.token}}
104
107
RELEASE_PLEASE_TAG_NAME: ${{steps.release.outputs.tag_name}}
105
108
if: steps.release.outputs.release_created
109
+ - uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
110
+ with:
111
+ subject-checksums: sha256sums.txt
112
+ if: steps.release.outputs.release_created
0 commit comments