From 7749db31fcd1a4e2094b340cfd747fe417af3f13 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 9 Aug 2026 00:37:37 -0400 Subject: [PATCH] ci: fix gitlab token rotator --- .github/workflows/__rotate-gitlab-token.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/__rotate-gitlab-token.yml b/.github/workflows/__rotate-gitlab-token.yml index 33bf7994..34229e76 100644 --- a/.github/workflows/__rotate-gitlab-token.yml +++ b/.github/workflows/__rotate-gitlab-token.yml @@ -39,7 +39,7 @@ jobs: client-id: ${{ vars.GITLAB_TOKEN_ROTATOR_CLIENT_ID }} private-key: ${{ secrets.GITLAB_TOKEN_ROTATOR_PRIVATE_KEY }} owner: ${{ github.repository_owner }} - repositories: .github + # Resolve the organization installation; this App intentionally has no repository access. permission-organization-secrets: write - name: Rotate token and update organization secret