From 419d64960ad82f2f60c863baa011ba6d2a397a09 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sun, 7 Apr 2024 10:27:53 -0700 Subject: [PATCH] build: readd GH token --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6432394..bfbcd92 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,5 +22,6 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: + github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: site publish_dir: _site \ No newline at end of file