From 48b763c3beae6eaeb319fee22db8ce4e775a6fb6 Mon Sep 17 00:00:00 2001 From: Brad Egler Date: Fri, 27 Sep 2024 11:03:08 -0400 Subject: [PATCH] fix: wrong attribute reference in minty yaml (#135) --- .github/minty.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/minty.yaml b/.github/minty.yaml index c3f9fad..736cd43 100644 --- a/.github/minty.yaml +++ b/.github/minty.yaml @@ -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'