Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 5eb79b8

Browse files
authored
Merge pull request #14 from pweyck/fix-trust-policy
Fix trust policy
2 parents 030ea40 + 52fd12e commit 5eb79b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/chainguard/release.sts.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
issuer: https://token.actions.githubusercontent.com
2-
subject: repo:shopware/shopware:ref:refs/heads/trunk
2+
subject_pattern: repo:shopware/shopware:ref:refs/tags/v[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+
33
claim_pattern:
4-
job_workflow_ref: shopware/shopware/.github/workflows/05-release.yml@refs/heads/trunk
4+
job_workflow_ref: shopware/shopware/.github/workflows/05-publish-release.yml@refs/tags/v[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+
55

66
permissions:
77
actions: write

0 commit comments

Comments
 (0)