From 578fd4e104303b26b694e6a08df113c1f73af1c1 Mon Sep 17 00:00:00 2001 From: Tobi Date: Sat, 1 Jul 2023 11:47:07 +0200 Subject: [PATCH] Update gh-pages.yml --- .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 1e9a649..d6258be 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -29,7 +29,7 @@ jobs: uses: peaceiris/actions-gh-pages@v3 if: github.ref == 'refs/heads/main' with: - personal_token: ${{ secrets.TOKEN }} + personal_token: ${{ secrets.GITHUB_TOKEN }} external_repository: lightszentip/lightszentip.github.io publish_dir: ./webpage/public # keep_files: true