From 184c6e1a75fb4c8318c537d6e2cc31b7077ec329 Mon Sep 17 00:00:00 2001 From: bigboateng Date: Tue, 18 Aug 2026 09:19:26 +0100 Subject: [PATCH] Fix repository controls audit authentication --- .github/workflows/repository-controls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repository-controls.yml b/.github/workflows/repository-controls.yml index 8dcdf3d..6960ad9 100644 --- a/.github/workflows/repository-controls.yml +++ b/.github/workflows/repository-controls.yml @@ -22,5 +22,5 @@ jobs: - run: npm ci --ignore-scripts - name: Refuse repository-policy drift env: - GH_TOKEN: ${{ github.token }} + GH_TOKEN: ${{ secrets.REPOSITORY_AUDIT_TOKEN }} run: node scripts/audit-repository-controls.mjs