We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd219f commit bad8916Copy full SHA for bad8916
.github/workflows/dependabot.yml
@@ -25,14 +25,10 @@ jobs:
25
if: ${{ github.actor == 'dependabot[bot]' }}
26
env:
27
PR_URL: ${{ github.event.pull_request.html_url }}
28
- GH_TOKEN: ${{ github.token }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
steps:
30
- - name: Debug Actor
31
- run: echo "Actor ${{ github.actor }}"
32
- - name: Debug Event
33
- run: echo "Event ${{ github.event_name }}"
34
- name: approve
35
run: gh pr review --approve "$PR_URL"
36
- name: merge
37
run: gh pr merge --auto --squash --delete-branch "$PR_URL"
38
-
+
0 commit comments