diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index bcfd4e0caa..8084a11c06 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -143,7 +143,7 @@ jobs: if: ${{ steps.find-pull-request.outputs.number }} uses: juliangruber/approve-pull-request-action@c530832d4d346c597332e20e03605aa94fa150a8 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.DOCUBOT_REPO_PAT }} number: ${{ steps.find-pull-request.outputs.number }} # Because we get far too much spam ;_; diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 1b84ada807..3fe7524c0b 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -47,7 +47,7 @@ jobs: name: Approve Pull Request uses: juliangruber/approve-pull-request-action@c530832d4d346c597332e20e03605aa94fa150a8 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.DOCUBOT_REPO_PAT }} number: ${{ steps.pr.outputs.number }} - if: ${{ !steps.has-label.outputs.result }} name: Add automerge label