Change GitHub token secret for auto-merge action

This commit is contained in:
JG2401
2026-02-12 20:23:42 +01:00
committed by GitHub
parent d66dcca306
commit 39b9ae48e5

View File

@@ -24,4 +24,4 @@ jobs:
if: contains(steps.check.outputs.labels, 'auto-merge') if: contains(steps.check.outputs.labels, 'auto-merge')
uses: fastify/github-action-merge-dependabot@v3 uses: fastify/github-action-merge-dependabot@v3
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GH_TOKEN }}