Skip to content

Commit

Permalink
Update Token
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 authored Nov 15, 2023
1 parent b944add commit 9601f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand All @@ -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 }}

0 comments on commit 9601f1b

Please sign in to comment.