diff --git a/.github/workflows/pr-commands.yml b/.github/workflows/pr-commands.yml index 7c3ad42b69..9a45348f08 100644 --- a/.github/workflows/pr-commands.yml +++ b/.github/workflows/pr-commands.yml @@ -24,7 +24,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.A11Y_PUBLIC_GITHUB_TOKEN }} + token: ${{ secrets.TEST_TOKEN }} # The repository has been checked out by PR commands! @@ -43,4 +43,4 @@ jobs: uses: siteimprove/pr-command/check-run/run@v2.4 with: # Personal access token (PAT) used to fetch the repository and add reaction on comment. - token: ${{ secrets.A11Y_PUBLIC_GITHUB_TOKEN }} + token: ${{ secrets.TEST_TOKEN }}