Skip to content

Commit 1739c40

Browse files
committed
add APP_IDENTIFIER to list of environment avriables
1 parent 6815e26 commit 1739c40

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

.github/workflows/add_identifiers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- name: Fastlane Provision
3838
run: bundle exec fastlane identifiers
3939
env:
40+
APP_IDENTIFIER: ${{ secrets.APP_IDENTIFIER }}
4041
TEAMID: ${{ secrets.TEAMID }}
4142
GH_PAT: ${{ secrets.GH_PAT }}
4243
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}

.github/workflows/build_iAPS.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ jobs:
204204
- name: Fastlane Build & Archive
205205
run: bundle exec fastlane build_iAPS
206206
env:
207+
APP_IDENTIFIER: ${{ secrets.APP_IDENTIFIER }}
207208
TEAMID: ${{ secrets.TEAMID }}
208209
GH_PAT: ${{ secrets.GH_PAT }}
209210
FASTLANE_KEY_ID: ${{ secrets.FASTLANE_KEY_ID }}
@@ -215,6 +216,7 @@ jobs:
215216
- name: Fastlane upload to TestFlight
216217
run: bundle exec fastlane release
217218
env:
219+
APP_IDENTIFIER: ${{ secrets.APP_IDENTIFIER }}
218220
TEAMID: ${{ secrets.TEAMID }}
219221
GH_PAT: ${{ secrets.GH_PAT }}
220222
FASTLANE_KEY_ID: ${{ secrets.FASTLANE_KEY_ID }}

.github/workflows/create_certs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: Create Certificates
3939
run: bundle exec fastlane certs
4040
env:
41+
APP_IDENTIFIER: ${{ secrets.APP_IDENTIFIER }}
4142
TEAMID: ${{ secrets.TEAMID }}
4243
GH_PAT: ${{ secrets.GH_PAT }}
4344
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}

.github/workflows/validate_secrets.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ jobs:
121121
FASTLANE_KEY: ${{ secrets.FASTLANE_KEY }}
122122
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
123123
TEAMID: ${{ secrets.TEAMID }}
124+
APP_IDENTIFIER: ${{ secrets.APP_IDENTIFIER }}
124125
steps:
125126
- name: Checkout Repo
126127
uses: actions/checkout@v4

0 commit comments

Comments
 (0)