Skip to content

Commit 7a60979

Browse files
committed
Make job permissions' descriptions in sync with build-phar job
1 parent 8585fd2 commit 7a60979

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
if: ${{ startsWith(github.ref, 'refs/tags/') }}
4747

4848
permissions:
49-
# attestations:write is required to publish provenance attestations for the built Docker image
49+
# attestations:write is required for build provenance attestation.
5050
attestations: write
51-
# id-token:write is required for logging in to the Docker registry
51+
# id-token:write is required for build provenance attestation.
5252
id-token: write
53-
# packages:write is required to publish Docker images to GitHub's registry
53+
# packages:write is required to publish Docker images to GitHub's registry.
5454
packages: write
5555

5656
steps:

0 commit comments

Comments
 (0)