Skip to content

Commit

Permalink
Fix action for token (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
trstringer authored Feb 24, 2024
1 parent 3b339d1 commit 4b192ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.AUTOMERGE_PAT }}
GH_TOKEN: ${{ secrets.AUTOMERGE_PAT }}
cd:
runs-on: ubuntu-20.04
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 4b192ed

Please sign in to comment.