Skip to content

Commit 0f3ee8b

Browse files
committed
chore(workflows): update github action token input from GITHUB_TOKEN to github-token
1 parent 6e3e420 commit 0f3ee8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/axe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ jobs:
7878
uses: thollander/actions-comment-pull-request@v3
7979
with:
8080
message: "♿ Axe detected ${{ needs.axe.outputs.issue_count }} accessibility issue(s) – please review [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
81-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81+
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/lighthouse.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ jobs:
8686
uses: thollander/actions-comment-pull-request@v3
8787
with:
8888
message: "♿ Lighthouse detected ${{ needs.lighthouse.outputs.issue_count }} accessibility issue(s) – please review [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
89-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
89+
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pa11y.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ jobs:
7272
uses: thollander/actions-comment-pull-request@v3
7373
with:
7474
message: "♿ Pa11y detected ${{ needs.pa11y.outputs.issue_count }} accessibility issue(s) – please review [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
75-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)