Skip to content

Commit da1a59a

Browse files
committed
use personal token for auto-merging dependabot PRs
It seems that the global access token is not allowed anymore.
1 parent ebeb6d6 commit da1a59a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
- name: 🤖 Merge PR from dependabot
3838
uses: fastify/github-action-merge-dependabot@v3
3939
with:
40-
github-token: ${{secrets.GITHUB_TOKEN}}
40+
github-token: ${{secrets.DEPENDABOT_PAT}}
4141
target: minor
4242
merge-method: rebase

0 commit comments

Comments
 (0)