Skip to content

Commit ed62552

Browse files
authored
Update commands.yml to use GITHUB_TOKEN (#164)
1 parent 89c2588 commit ed62552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commands.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: PrismarineJS/prismarine-repo-actions@master
1717
with:
1818
# 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.
19-
token: ${{ secrets.PAT_PASSWORD }}
19+
token: ${{ secrets.GITHUB_TOKEN }}
2020
# See `Options` section below for more info on these options
2121
install-command: npm install
2222
/fixlint.fix-command: npm run fix

0 commit comments

Comments
 (0)