From d191c61e1e23d8344e17861d7c49b91824798b47 Mon Sep 17 00:00:00 2001 From: squid-protocol Date: Wed, 15 Jul 2026 17:03:37 -0400 Subject: [PATCH] fix(ci): inject dummy username into azure sync url to resolve basic auth parsing error --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 35c4949c..2b1158ca 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -91,6 +91,6 @@ jobs: - name: Sync Code and Tags to Azure run: | - git remote add azure https://${{ secrets.AZURE_SYNC_TOKEN }}@dev.azure.com/squid-protocol/gitgalaxy/_git/gitgalaxy + git remote add azure https://gitgalaxy:${{ secrets.AZURE_DEVOPS_TOKEN }}@dev.azure.com/gitgalaxy/gitgalaxy/_git/gitgalaxy git push -f azure HEAD:main git push -f --tags azure \ No newline at end of file