Skip to content

Commit dd429e7

Browse files
committed
ci: return GitHub token to deploy actions
1 parent 6949644 commit dd429e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gh-pages-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
2929
uses: JamesIves/github-pages-deploy-action@v4
3030
with:
31+
token: ${{ secrets.PAT }}
3132
branch: gh-pages # The branch the action should deploy to.
3233
folder: build/dist/js/productionExecutable # The folder the action should deploy.
3334
clean: true # Automatically remove deleted files from the deploy branch

0 commit comments

Comments
 (0)