You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/commands.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ jobs:
16
16
uses: PrismarineJS/prismarine-repo-actions@master
17
17
with:
18
18
# 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 }}
20
20
# See `Options` section below for more info on these options
0 commit comments