Skip to content

Commit

Permalink
ci: use the built-in GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
maliroteh-sf committed Jan 8, 2025
1 parent 39b9cae commit 98e72f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ jobs:
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 98e72f5

Please sign in to comment.