Skip to content

Commit

Permalink
Merge pull request #372 from Zemnmez/fix-auto-merge-github-token
Browse files Browse the repository at this point in the history
fix auto merge github token
  • Loading branch information
Zemnmez authored Jun 14, 2022
2 parents edb9176 + 5513f5d commit dde3a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: 'Merge (if dependabot)'
run: gh pr merge "$PR_URL" --auto --merge
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
PR_URL: ${{ github.event.pull_request.html_url }}


Expand Down

0 comments on commit dde3a82

Please sign in to comment.