Change GitHub token secret for auto-merge action

This commit is contained in:
JG2401
2026-03-15 19:59:06 +01:00
committed by GitHub
parent 2e62de96c7
commit 10fa0218f3

View File

@@ -18,4 +18,4 @@ jobs:
if: contains(github.event.pull_request.labels.*.name, 'auto-merge')
uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GH_TOKEN }}