From fb855ee06d82fd547732b64a35274d1e3338f1d4 Mon Sep 17 00:00:00 2001 From: Kevin Carroll Date: Thu, 8 Dec 2022 14:12:20 -0700 Subject: [PATCH] WIP, fix deployment token reference --- .github/workflows/deploy-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 87db63a..a74ab14 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -28,7 +28,7 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.BOT_DEPLOYMENT_TOKEN }} # Build output to publish to the `gh-pages` branch: publish_dir: ./build