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