Update GitHub URL

This commit is contained in:
Konstantin Wohlwend
2026-05-19 10:27:53 -07:00
parent d0202eeef9
commit d68631ea4f
23 changed files with 27 additions and 29 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
- name: Clone target repo
if: steps.check-tag.outputs.exists == 'false'
run: |
git clone https://x-access-token:${{ secrets.SWIFT_SDK_PUBLISH_TOKEN }}@github.com/stack-auth/swift-sdk-prerelease.git target
git clone https://x-access-token:${{ secrets.SWIFT_SDK_PUBLISH_TOKEN }}@github.com/hexclave/swift-sdk-prerelease.git target
- name: Copy Swift SDK to target repo
if: steps.check-tag.outputs.exists == 'false'