Skip to content

Commit

Permalink
chore: update minty config to use issuers variable (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradegler authored Oct 4, 2024
1 parent 65cd90c commit 06ce9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/minty.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 'minty.abcxyz.dev/v2'

rule:
if: |-
assertion.iss == 'https://token.actions.githubusercontent.com' &&
assertion.iss == issuers.github &&
assertion.repository_owner_id == '93787867' &&
assertion.repository_id == '479173136' &&
assertion.ref == 'refs/heads/main' &&
Expand Down

0 comments on commit 06ce9e0

Please sign in to comment.