diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 295cb2c..79ef0a4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -70,5 +70,6 @@ jobs: - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@v4 with: + token: ${{ secrets.ACCESS_TOKEN }} branch: gh-pages # The branch the action should deploy to. folder: dist # The folder the action should deploy. \ No newline at end of file