From 47458120124042e74d65382949c9fbf0398077c9 Mon Sep 17 00:00:00 2001 From: Andra Blaj Date: Fri, 5 Apr 2024 15:30:37 +0000 Subject: [PATCH] Rename token --- .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 f66169e..a7302d2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: if: ${{ github.ref == 'refs/heads/main' }} uses: peaceiris/actions-gh-pages@v3 with: - personal_token: ${{ secrets.DEPLOY_TO_GITHUB_PAGES}} + github_token: ${{ secrets.DEPLOY_TO_GITHUB_PAGES}} external_repository: medic/medic.github.io publish_dir: ./build user_name: medic-ci