Skip to content

Commit c9a9a38

Browse files
authored
Merge pull request #241 from carapace-sh/try-github-token
try approval with github_token
2 parents a92f726 + 364fe37 commit c9a9a38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: gh pr review --approve "$PR_URL"
4444
env:
4545
PR_URL: ${{github.event.pull_request.html_url}}
46-
GH_TOKEN: ${{secrets.DEPENDABOT_TOKEN}}
46+
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
4747
- name: merge
4848
run: gh pr merge --auto --merge "$PR_URL"
4949
env:

0 commit comments

Comments
 (0)