Skip to content

Commit

Permalink
Fix: Use Greenbone Bot token for dependabot auto-merge (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself authored Sep 6, 2023
1 parent a834bd1 commit cf868f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GREENBONE_BOT_TOKEN}}
- name: Approve a PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GREENBONE_BOT_TOKEN}}

0 comments on commit cf868f9

Please sign in to comment.