Skip to content

Commit 5636988

Browse files
authored
Merge pull request #479 from getyourguide/SRE-3054-gygrobot-token
[SRE-3054] Use finegrained gygrobot token
2 parents b2e3ccb + 7ed3883 commit 5636988

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)