Skip to content

Commit 84b9d8a

Browse files
authored
use github token (#107)
1 parent 4f82389 commit 84b9d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: meta
2727
uses: dependabot/fetch-metadata@v2
2828
with:
29-
github-token: ${{ secrets.GH_AUTOMERGE_PAT }}
29+
github-token: ${{ secrets.GITHUB_TOKEN }}
3030

3131
- name: Check if upstream submodule
3232
id: check

0 commit comments

Comments
 (0)