Skip to content

Commit

Permalink
Fix trust policy
Browse files Browse the repository at this point in the history
  • Loading branch information
pweyck committed May 6, 2024
1 parent 036c97c commit 3122a44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/chainguard/release.sts.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
issuer: https://token.actions.githubusercontent.com
subject: repo:shopware/shopware:ref:refs/heads/trunk
subject_pattern: repo:shopware/shopware:ref:refs/tags/v[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+
claim_pattern:
job_workflow_ref: shopware/shopware/.github/workflows/05-release.yml@refs/heads/trunk
job_workflow_ref: shopware/shopware/.github/workflows/05-publish-release.yml@refs/tags/v[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+

permissions:
actions: write

0 comments on commit 3122a44

Please sign in to comment.