Skip to content

Commit

Permalink
Change GITHUB_TOKEN to GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
OLILHR authored and hf-krechan committed Dec 12, 2024
1 parent ada4e0b commit 38a51f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GH_ACTION}}
GH_TOKEN: ${{ secrets.GH_ACTION }}
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Approve a PR
Expand Down

0 comments on commit 38a51f4

Please sign in to comment.