From 56e0db103d7275cd16e93816a6f7edc30d9078f3 Mon Sep 17 00:00:00 2001 From: zircote Date: Thu, 2 Jul 2026 18:59:09 -0400 Subject: [PATCH] feat(auth): wire mif-rs into the release app's consumers mif-rs needs a one-off admin action to set its GHCR package visibility to public (they default to private even for a public repo, which was blocking reusable-trivy.yml's image scan job. The release app already has packages:write, installed org-wide - it just wasn't wired up as a consumer from any mif-rs workflow yet. Adds mif-rs/.github/workflows/admin-set-package-visibility.yml to the release app's consumers list. EOF ) --- auth/apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/auth/apps.json b/auth/apps.json index 3cfe02f..35e99bd 100644 --- a/auth/apps.json +++ b/auth/apps.json @@ -81,7 +81,8 @@ "ontologies/.github/workflows/release.yml", "research-harness-template/.github/workflows/release.yml", "mif-docs-plugin/.github/workflows/release.yml", - "claude-code-plugins/.github/workflows/release.yml" + "claude-code-plugins/.github/workflows/release.yml", + "mif-rs/.github/workflows/admin-set-package-visibility.yml" ] } }