Update GitHub token reference in workflow

This commit is contained in:
JG2401
2026-03-13 20:05:34 +01:00
committed by GitHub
parent 0163f633ed
commit 021c693e19

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.GH_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}