fix: replace GITHUB_TOKEN with PROJECT_TOKEN in workflows

This commit is contained in:
Wikid82
2025-11-22 12:15:13 -05:00
parent de1160a320
commit 6c8ba7b42d

View File

@@ -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;