We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GH_TOKEN
1 parent 91d8191 commit 2cba861Copy full SHA for 2cba861
.github/workflows/dependabot-automerge.yml
@@ -10,6 +10,7 @@ jobs:
10
if: ${{ github.actor == 'dependabot[bot]' }}
11
env:
12
PR_URL: ${{github.event.pull_request.html_url}}
13
+ GH_TOKEN: ${{ github.token }}
14
steps:
15
#- name: approve
16
# run: gh pr review --approve "$PR_URL"
0 commit comments