From 6c8ba7b42d6e4f0f17af7d4b0465aa2f2cad5a77 Mon Sep 17 00:00:00 2001 From: Wikid82 Date: Sat, 22 Nov 2025 12:15:13 -0500 Subject: [PATCH] fix: replace GITHUB_TOKEN with PROJECT_TOKEN in workflows --- .github/workflows/renovate_prune.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate_prune.yml b/.github/workflows/renovate_prune.yml index 96f4ff40..0c7762ea 100644 --- a/.github/workflows/renovate_prune.yml +++ b/.github/workflows/renovate_prune.yml @@ -25,7 +25,7 @@ jobs: - name: Prune renovate branches uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.PROJECT_TOKEN }} script: | const owner = context.repo.owner; const repo = context.repo.repo;