Skip to content

Commit

Permalink
fix: change auto-approve gh token for update-browserslist-db (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz authored Jan 22, 2025
1 parent b717449 commit 5d77689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-browserslist-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
if: steps.cpr.outputs.pull-request-operation == 'created'
run: gh pr review --approve "${{ steps.cpr.outputs.pull-request-number }}"
env:
GH_TOKEN: ${{ secrets.requirements_bot_github_token }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Enable Pull Request Automerge
if: steps.cpr.outputs.pull-request-operation == 'created'
run: gh pr merge --squash --auto "${{ steps.cpr.outputs.pull-request-number }}"
env:
GH_TOKEN: ${{ secrets.requirements_bot_github_token }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5d77689

Please sign in to comment.