From 5b8c01e4a29eaa19c4fe1ee3b1a1323452963add Mon Sep 17 00:00:00 2001 From: Colin Wu <85907102+ColinWu0403@users.noreply.github.com> Date: Thu, 18 Jul 2024 03:32:05 -0400 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 72396d1..3affc15 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -80,5 +80,5 @@ jobs: git commit -m "Deploy to GitHub Pages" # Force push to gh-pages branch - git push --force origin gh-pages + git push --force "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git" gh-pages