Skip to content

Commit 7ed3883

Browse files
authored
[SRE-3054] Use finegrained gygrobot token
1 parent b2e3ccb commit 7ed3883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/renovate-auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: gh pr review --approve "$PR_URL"
1919
env:
2020
PR_URL: ${{github.event.pull_request.html_url}}
21-
GITHUB_TOKEN: ${{ secrets.GYGROBOT_TOKEN }}
21+
GITHUB_TOKEN: ${{ secrets.GYGROBOT_WRITE_TOKEN }}
2222
- name: auto-merge Dependabot PRs
2323
if: ${{ github.actor == 'dependabot[bot]' }}
2424
run: gh pr merge --auto --squash "$PR_URL"

0 commit comments

Comments
 (0)