Skip to content

Commit

Permalink
ci: use PAT as github-token
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Sep 30, 2021
1 parent 88022a6 commit 9869b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: always()
uses: actions/github-script@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GA_WORKFLOW_TOKEN }}
# Colored GH comments: https://stackoverflow.com/a/39413824
script: |
github.rest.issues.createComment({
Expand Down

0 comments on commit 9869b60

Please sign in to comment.