Skip to content

Commit

Permalink
Merge pull request #16 from ubunchuu-truong-us/hotfix/2-dependabot-ch…
Browse files Browse the repository at this point in the history
…ange-token-env

fix: change token GITHUB_TOKEN to GH_TOKEN
  • Loading branch information
thangbuiq authored Feb 9, 2024
2 parents 1ff1ab1 + b863e3c commit e264696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.TOKEN_GITHUB}}
GH_TOKEN: ${{ github.token }}

0 comments on commit e264696

Please sign in to comment.