Skip to content

Commit

Permalink
chore: update minty config to use issuers variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bradegler committed Oct 4, 2024
1 parent d5336df commit 8d35cfb
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 8d35cfb

Please sign in to comment.