Skip to content

Commit eadda20

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

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/chainguard/stereo.sts.yaml

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

0 commit comments

Comments
 (0)