Skip to content

Commit

Permalink
Merge branch 'main' into update-alfa
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 authored Nov 19, 2024
2 parents 218a1f7 + 1d447f6 commit fa79ef1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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/[email protected]
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/[email protected]
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 }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
generate-documentation: true
npm-publish: true
secrets:
token: ${{ secrets.A11Y_PUBLIC_GITHUB_TOKEN }}
token: ${{ secrets.BUILDUSER_GITHUB_WRITE }}
npm-token: ${{ secrets.NPM_TOKEN }}

0 comments on commit fa79ef1

Please sign in to comment.