Skip to content

Commit d4261b1

Browse files
committed
Comments to explain the role of dd-octo-sts
1 parent addf34f commit d4261b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ defaults:
1111

1212
permissions:
1313
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
1416
pull-requests: read
1517

1618
jobs:
@@ -62,4 +64,4 @@ jobs:
6264
args: release --clean --config ../.goreleaser.yaml --timeout 600m0s --verbose --parallelism 1
6365
workdir: ./v2
6466
env:
65-
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

Comments
 (0)