Skip to content

Commit

Permalink
Update secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 authored Nov 19, 2024
1 parent bce02db commit 766eaa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: siteimprove/pr-command/check-run/check@v2.5
with:
# Personal access token (PAT) used to fetch the repository and add reaction on comment.
token: ${{ secrets.A11Y_PUBLIC_GITHUB_TOKEN }}
token: ${{ secrets.BUILDUSER_GITHUB_WRITE }}

# The repository has been checked out by PR commands!

Expand Down Expand Up @@ -49,4 +49,4 @@ jobs:
uses: siteimprove/pr-command/check-run/run@v2.5
with:
# Personal access token (PAT) used to fetch the repository and add reaction on comment.
token: ${{ secrets.A11Y_PUBLIC_GITHUB_TOKEN }}
token: ${{ secrets.BUILDUSER_GITHUB_WRITE }}

0 comments on commit 766eaa4

Please sign in to comment.