From df8185ee69b4a926ed8f487b59c240fc27a21caf Mon Sep 17 00:00:00 2001 From: extremeheat Date: Sun, 8 Dec 2024 21:17:13 -0500 Subject: [PATCH] Update commands.yml to use GITHUB_TOKEN --- .github/workflows/commands.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 2cf6379..61d1f49 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -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