Skip to content

Commit 56cf4f4

Browse files
authored
chore: update minty config to use issuers variable (#137)
1 parent b3e037a commit 56cf4f4

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
@@ -2,7 +2,7 @@ version: 'minty.abcxyz.dev/v2'
22

33
rule:
44
if: |-
5-
assertion.iss == 'https://token.actions.githubusercontent.com' &&
5+
assertion.iss == issuers.github &&
66
assertion.repository_owner_id == '93787867' &&
77
assertion.repository_id == '560465650' &&
88
assertion.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)