From a7a38b5804e146d982f6c76b9528648d8975fd75 Mon Sep 17 00:00:00 2001 From: Peter Date: Mon, 4 Oct 2021 11:44:03 +0200 Subject: [PATCH] [GH-Actions][pages] Add milkmaker --- .github/workflows/gh-pages.yml | 3 +++ 1 file changed, 3 insertions(+) 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.