Skip to content

Commit 8bd0246

Browse files
committed
Grant export workflows read/write permission
Signed-off-by: Jon Johnson <jon.johnson@chainguard.dev>
1 parent 3c2165b commit 8bd0246

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/chainguard/stereo.sts.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
issuer: https://token.actions.githubusercontent.com
2+
3+
subject_pattern: repo:chainguard-dev/stereo:ref:refs/heads/main
4+
5+
claim_pattern:
6+
job_workflow_ref: chainguard-dev/stereo/.github/workflows/(export|publish)-wolfi.yaml@refs/heads/main
7+
8+
permissions:
9+
contents: write
10+
pull_requests: write
11+
workflows: write

0 commit comments

Comments
 (0)