We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build-phar
1 parent 8585fd2 commit 7a60979Copy full SHA for 7a60979
1 file changed
.github/workflows/release.yml
@@ -46,11 +46,11 @@ jobs:
46
if: ${{ startsWith(github.ref, 'refs/tags/') }}
47
48
permissions:
49
- # attestations:write is required to publish provenance attestations for the built Docker image
+ # attestations:write is required for build provenance attestation.
50
attestations: write
51
- # id-token:write is required for logging in to the Docker registry
+ # id-token:write is required for build provenance attestation.
52
id-token: write
53
- # packages:write is required to publish Docker images to GitHub's registry
+ # packages:write is required to publish Docker images to GitHub's registry.
54
packages: write
55
56
steps:
0 commit comments