Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Loading