diff --git a/.github/workflows/second_reviewer.yml b/.github/workflows/second_reviewer.yml index 3c9fc0fe94a..08b9d1f2d39 100644 --- a/.github/workflows/second_reviewer.yml +++ b/.github/workflows/second_reviewer.yml @@ -18,7 +18,7 @@ jobs: - name: Add second reviewer uses: actions/github-script@v7 with: - github-token: ${{secrets.GITHUB_TOKEN}} + github-token: ${{secrets.PAT_TOKEN_FOR_SECOND_REVIEWER_UNTIL_JAN_2025}} script: | // Get PR information const pullRequest = context.payload.pull_request;