Skip to content

Commit

Permalink
fix: wrong attribute reference in minty yaml (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradegler authored Sep 27, 2024
1 parent e490ec6 commit 48b763c
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 @@ -3,7 +3,7 @@ version: 'minty.abcxyz.dev/v2'
rule:
if: |-
assertion.iss == 'https://token.actions.githubusercontent.com' &&
assertion.organization_id == '93787867' &&
assertion.repository_owner_id == '93787867' &&
assertion.repository_id == '560465650' &&
assertion.ref == 'refs/heads/main'
Expand Down

0 comments on commit 48b763c

Please sign in to comment.