We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent addf34f commit d4261b1Copy full SHA for d4261b1
.github/workflows/release.yml
@@ -11,6 +11,8 @@ defaults:
11
12
permissions:
13
contents: read
14
+ # PR write access is granted by dd-octo-sts-action. The job-level write permission is blocked at organization level
15
+ # See trust policy in .github/chainguard/self.release.create-pr.sts.yml
16
pull-requests: read
17
18
jobs:
@@ -62,4 +64,4 @@ jobs:
62
64
args: release --clean --config ../.goreleaser.yaml --timeout 600m0s --verbose --parallelism 1
63
65
workdir: ./v2
66
env:
- GITHUB_TOKEN: ${{ steps.octo-sts.outputs.token }}
67
+ GITHUB_TOKEN: ${{ steps.octo-sts.outputs.token }} # Write permission is granted by the trust policy
0 commit comments