Skip to content

Commit

Permalink
PI-2410 Use bot token for auto-approving PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl committed Aug 2, 2024
1 parent 4f2efa3 commit 357ac2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
if: steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}

0 comments on commit 357ac2b

Please sign in to comment.