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.
2 parents b2e3ccb + 7ed3883 commit 5636988Copy full SHA for 5636988
.github/workflows/renovate-auto-approve.yml
@@ -18,7 +18,7 @@ jobs:
18
run: gh pr review --approve "$PR_URL"
19
env:
20
PR_URL: ${{github.event.pull_request.html_url}}
21
- GITHUB_TOKEN: ${{ secrets.GYGROBOT_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GYGROBOT_WRITE_TOKEN }}
22
- name: auto-merge Dependabot PRs
23
if: ${{ github.actor == 'dependabot[bot]' }}
24
run: gh pr merge --auto --squash "$PR_URL"
0 commit comments