Skip to content

Commit d395e3f

Browse files
committed
fix ios deploy
1 parent 9ebb916 commit d395e3f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/mobile-deploy-auto.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ concurrency:
1717
permissions:
1818
contents: write
1919
pull-requests: write
20+
id-token: write
2021

2122
jobs:
2223
check-and-deploy:
@@ -90,6 +91,7 @@ jobs:
9091
deployment_track: ${{ needs.check-and-deploy.outputs.deployment_track }}
9192
version_bump: ${{ needs.check-and-deploy.outputs.version_bump }}
9293
auto_deploy: true
94+
test_mode: true
9395
secrets: inherit
9496

9597
deploy-android:
@@ -101,6 +103,7 @@ jobs:
101103
deployment_track: ${{ needs.check-and-deploy.outputs.deployment_track }}
102104
version_bump: ${{ needs.check-and-deploy.outputs.version_bump }}
103105
auto_deploy: true
106+
test_mode: true
104107
secrets: inherit
105108

106109
notify-skip:

.github/workflows/mobile-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,6 @@ jobs:
448448
449449
- name: Build Dependencies (iOS)
450450
if: inputs.platform != 'android'
451-
env:
452-
SELFXYZ_INTERNAL_REPO_PAT: ${{ secrets.SELFXYZ_INTERNAL_REPO_PAT }}
453451
run: |
454452
echo "🏗️ Building SDK dependencies..."
455453
cd ${{ env.APP_PATH }}
@@ -476,6 +474,7 @@ jobs:
476474
IOS_TEAM_ID: ${{ secrets.IOS_TEAM_ID }}
477475
IOS_TEAM_NAME: ${{ secrets.IOS_TEAM_NAME }}
478476
NODE_OPTIONS: "--max-old-space-size=8192"
477+
SELFXYZ_INTERNAL_REPO_PAT: ${{ secrets.SELFXYZ_INTERNAL_REPO_PAT }}
479478
SLACK_API_TOKEN: ${{ secrets.SLACK_API_TOKEN }}
480479
SLACK_CHANNEL_ID: ${{ secrets.SLACK_CHANNEL_ID }}
481480
SLACK_ANNOUNCE_CHANNEL_NAME: ${{ secrets.SLACK_ANNOUNCE_CHANNEL_NAME }}

0 commit comments

Comments
 (0)