From a4fe306a186904f91a02cef1064462d979d150a0 Mon Sep 17 00:00:00 2001 From: Jon Johnson Date: Wed, 18 Feb 2026 11:10:55 -0800 Subject: [PATCH] Fix sync octo-sts policy Meant for this to be workflow_ref not job_workflow_ref. Signed-off-by: Jon Johnson --- .github/chainguard/stereo.sts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/chainguard/stereo.sts.yaml b/.github/chainguard/stereo.sts.yaml index 76c9f1876fac..45c3dc267e89 100644 --- a/.github/chainguard/stereo.sts.yaml +++ b/.github/chainguard/stereo.sts.yaml @@ -3,7 +3,7 @@ issuer: https://token.actions.githubusercontent.com subject_pattern: repo:chainguard-dev/stereo:ref:refs/heads/main claim_pattern: - job_workflow_ref: chainguard-dev/stereo/.github/workflows/(export|publish)-wolfi.yaml@refs/heads/main + workflow_ref: chainguard-dev/stereo/.github/workflows/(export|publish)-wolfi.yaml@refs/heads/main permissions: contents: write