From 7da55b2b8be7bd4e837c3ec8c5277db8a15f04f8 Mon Sep 17 00:00:00 2001 From: Kevin Chappell Date: Sun, 20 Aug 2023 01:42:31 -0700 Subject: [PATCH] fix: auto deploy site --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 26983bc50..759c9bef4 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -59,4 +59,4 @@ jobs: # Commit and push the changes git commit -am "Update site to ${{ env.VERSION }}" - git push https://${{ secrets.GITHUB_TOKEN }}@github.com/kevinchappell/formBuilder-site.git master + git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/kevinchappell/formBuilder-site.git master