From 2e9b82a7c254e1f39aa74adb556938b11569577d Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Fri, 19 Jan 2024 11:06:30 +0100 Subject: [PATCH] updated workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d16e1d3..7c10549 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: publish_branch: master - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.PUSH_TOKEN }} publish_dir: ./master_output allow_empty_commit: true force_orphan: true