Skip to content

Commit b6c5731

Browse files
author
Serhii Maksymchuk
committed
Disabled "token" param on github pages
1 parent 47ef747 commit b6c5731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Deploy 🚀
2121
uses: JamesIves/github-pages-deploy-action@4.1.5
2222
with:
23-
token: ${{ secrets.ACCESS_TOKEN }}
23+
#token: ${{ secrets.ACCESS_TOKEN }}
2424
branch: gh-pages # The branch the action should deploy to.
2525
folder: build # The folder the action should deploy.
2626
#single-commit: true # This option can be toggled to true if you'd prefer to have a single commit on the

0 commit comments

Comments
 (0)