From df311759ad4ab98b54ef23aaae10958cedce4aae Mon Sep 17 00:00:00 2001 From: Eduard Smet Date: Sat, 14 Mar 2026 20:57:10 +0100 Subject: [PATCH] chore: Switch action token to the default one --- .github/workflows/registry-management.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/registry-management.yaml b/.github/workflows/registry-management.yaml index 0a7e535..d1ef054 100644 --- a/.github/workflows/registry-management.yaml +++ b/.github/workflows/registry-management.yaml @@ -7,6 +7,9 @@ on: types: - completed +permissions: + actions: write + concurrency: group: ${{ github.workflow }} cancel-in-progress: false @@ -18,7 +21,7 @@ jobs: steps: - name: Registry Management Workflow Dispatch env: - GH_TOKEN: ${{ secrets.REGISTRY_MANAGEMENT }} + GH_TOKEN: ${{ github.token }} run: | gh api \ --method POST \