diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index d18a871ef8..dd32541fdd 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -13,5 +13,5 @@ jobs: if: github.event.review.state == 'approved' uses: actions-ecosystem/action-add-labels@v1 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.READY_FOR_E2E_PAT }} labels: 'ready-for-e2e'