diff --git a/.github/workflows/deploy-to-gh-pages.yml b/.github/workflows/deploy-to-gh-pages.yml index 337b04e..f36c798 100644 --- a/.github/workflows/deploy-to-gh-pages.yml +++ b/.github/workflows/deploy-to-gh-pages.yml @@ -29,3 +29,4 @@ jobs: with: branch: gh-pages # The branch the action should deploy to. folder: dist # The folder the action should deploy. + token: ${{ secrets.DEPLOY_TOKEN }} # Use the PAT for authentication