Skip to content

Commit 48b763c

Browse files
authored
fix: wrong attribute reference in minty yaml (#135)
1 parent e490ec6 commit 48b763c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/minty.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 'minty.abcxyz.dev/v2'
33
rule:
44
if: |-
55
assertion.iss == 'https://token.actions.githubusercontent.com' &&
6-
assertion.organization_id == '93787867' &&
6+
assertion.repository_owner_id == '93787867' &&
77
assertion.repository_id == '560465650' &&
88
assertion.ref == 'refs/heads/main'
99

0 commit comments

Comments
 (0)