From 8c72afa0c0eb4ef20558ef94254cdb17d32a02c6 Mon Sep 17 00:00:00 2001 From: Ivaylo Tsankov Date: Mon, 23 Dec 2024 19:28:37 +0100 Subject: [PATCH] * Use personal token for deployment --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index e19415a..5e44347 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -27,7 +27,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: - deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} + personal_token: ${{ secrets.PERSONAL_TOKEN }} external_repository: itsankoff/itsankoff.github.io publish_branch: master publish_dir: ./public