diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 35c4949c..4cef15f1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest environment: name: pypi - url: [https://pypi.org/p/gitgalaxy](https://pypi.org/p/gitgalaxy) + url: https://pypi.org/p/gitgalaxy permissions: id-token: write contents: read @@ -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