Skip to content

Commit a8b8e1a

Browse files
authored
Approve PRs with GITHUB_TOKEN again (#22211)
1 parent 5c02e91 commit a8b8e1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/repo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
if: ${{ steps.find-pull-request.outputs.number }}
144144
uses: juliangruber/approve-pull-request-action@c530832d4d346c597332e20e03605aa94fa150a8
145145
with:
146-
github-token: ${{ secrets.DOCUBOT_REPO_PAT }}
146+
github-token: ${{ secrets.GITHUB_TOKEN }}
147147
number: ${{ steps.find-pull-request.outputs.number }}
148148

149149
# Because we get far too much spam ;_;

.github/workflows/translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
name: Approve Pull Request
5151
uses: juliangruber/approve-pull-request-action@c530832d4d346c597332e20e03605aa94fa150a8
5252
with:
53-
github-token: ${{ secrets.DOCUBOT_REPO_PAT }}
53+
github-token: ${{ secrets.GITHUB_TOKEN }}
5454
number: ${{ steps.pr.outputs.number }}
5555
- if: ${{ !steps.has-label.outputs.result }}
5656
name: Add automerge label

0 commit comments

Comments
 (0)