mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-02 19:49:23 +00:00
add access token to iOS push action
This commit is contained in:
@@ -260,7 +260,9 @@ jobs:
|
|||||||
- name: Push
|
- name: Push
|
||||||
working-directory: element-call-swift
|
working-directory: element-call-swift
|
||||||
run: |
|
run: |
|
||||||
git push --tags ${{ needs.versioning.outputs.DRY_RUN == 'true' && '--dry-run' || '' }}
|
git push "https://x-access-token:${SWIFT_RELEASE_TOKEN}@github.com/element-hq/element-call-swift.git" --tags ${{ needs.versioning.outputs.DRY_RUN == 'true' && '--dry-run' || '' }}
|
||||||
|
env:
|
||||||
|
SWIFT_RELEASE_TOKEN: ${{ secrets.SWIFT_RELEASE_TOKEN }}
|
||||||
|
|
||||||
- id: artifact_version
|
- id: artifact_version
|
||||||
name: Output artifact version
|
name: Output artifact version
|
||||||
|
|||||||
Reference in New Issue
Block a user