diff --git a/.github/workflows/pr-commands.yml b/.github/workflows/pr-commands.yml index ddbdd331ac..54db4080ec 100644 --- a/.github/workflows/pr-commands.yml +++ b/.github/workflows/pr-commands.yml @@ -19,7 +19,7 @@ jobs: uses: siteimprove/pr-command/check-run/check@v2.4 with: # Personal access token (PAT) used to fetch the repository and add reaction on comment. - token: ${{ secrets.TEST_TOKEN }} + token: ${{ secrets.A11Y_PUBLIC_GITHUB_TOKEN }} # The repository has been checked out by PR commands!