Skip to content

Commit

Permalink
Update commands.yml to use GITHUB_TOKEN (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat authored Dec 9, 2024
1 parent 89c2588 commit ed62552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: PrismarineJS/prismarine-repo-actions@master
with:
# NOTE: You must specify a Personal Access Token (PAT) with repo access here. While you can use the default GITHUB_TOKEN, actions taken with it will not trigger other actions, so if you have a CI workflow, commits created by this action will not trigger it.
token: ${{ secrets.PAT_PASSWORD }}
token: ${{ secrets.GITHUB_TOKEN }}
# See `Options` section below for more info on these options
install-command: npm install
/fixlint.fix-command: npm run fix

0 comments on commit ed62552

Please sign in to comment.