File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ concurrency:
1717permissions :
1818 contents : write
1919 pull-requests : write
20+ id-token : write
2021
2122jobs :
2223 check-and-deploy :
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 :
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments