We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a11dc commit fe264d2Copy full SHA for fe264d2
.github/workflows/auto-merge.yml
@@ -12,12 +12,9 @@ jobs:
12
steps:
13
- name: Dependabot metadata
14
id: metadata
15
- uses: dependabot/fetch-metadata@v2
+ uses: dependabot/fetch-metadata@v1
16
with:
17
- # https://github.com/settings/tokens/new
18
- # Expiration: No expiration
19
- # Select: repo.*
20
- github-token: '${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}'
+ github-token: '${{ secrets.GITHUB_TOKEN }}'
21
- name: Approve PR
22
run: gh pr review --approve "$PR_URL"
23
env:
0 commit comments