Skip to content

Commit 25f5887

Browse files
authored
Fix sync octo-sts policy (#78637)
Meant for this to be workflow_ref not job_workflow_ref. Signed-off-by: Jon Johnson <jon.johnson@chainguard.dev>
1 parent e1fc79c commit 25f5887

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/chainguard/stereo.sts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ issuer: https://token.actions.githubusercontent.com
33
subject_pattern: repo:chainguard-dev/stereo:ref:refs/heads/main
44

55
claim_pattern:
6-
job_workflow_ref: chainguard-dev/stereo/.github/workflows/(export|publish)-wolfi.yaml@refs/heads/main
6+
workflow_ref: chainguard-dev/stereo/.github/workflows/(export|publish)-wolfi.yaml@refs/heads/main
77

88
permissions:
99
contents: write

0 commit comments

Comments
 (0)