diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 278b46d52..769ddce23 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -9,6 +9,8 @@ jobs: steps: - name: Checkout 📥 uses: actions/checkout@v2.3.4 + with: + token: '${{ secrets.GHPAGES_ACTION_CHECKOUT_TOKEN_PAT }}' - name: Install dependencies 🐄 run: | @@ -23,5 +25,6 @@ jobs: - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@4.1.5 with: + token: '${{ secrets.GHPAGES_ACTION_DEPLOY_TOKEN_PAT }}' branch: gh-pages # The branch the action should deploy to. folder: site # The folder the action should deploy.