From eab3c411ee1732542761de29ed2da8d48811acda Mon Sep 17 00:00:00 2001 From: nberr Date: Tue, 27 Feb 2024 20:23:21 -0700 Subject: [PATCH] tryint to fix push --- .github/workflows/local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/local.yml b/.github/workflows/local.yml index ca95d9a..993ba15 100644 --- a/.github/workflows/local.yml +++ b/.github/workflows/local.yml @@ -46,5 +46,5 @@ jobs: exit 0 fi git commit -m "Add new files" - git remote set-url origin https://:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} + git remote set-url origin https://${{ github.repository_owner }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} git push origin main