Skip to content

Commit 663d619

Browse files
author
Eric Villa
committed
chore: added APPLE_TEAM_ID env var to desktop app ci/cd
1 parent 46da0b1 commit 663d619

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/desktop-app-cd-nightly-approval.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ env:
1717
TEAM_REPOSITORY: ${{ secrets.TEAM_REPOSITORY }}
1818
APPLE_ID: ${{ secrets.APPLE_ID }}
1919
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
20+
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
2021

2122
jobs:
2223
generate-build-identifier:

.github/workflows/desktop-app-cd-nightly-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ env:
1717
TEAM_REPOSITORY: '' # ${{ secrets.TEAM_REPOSITORY }}
1818
APPLE_ID: ${{ secrets.APPLE_ID }}
1919
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
20+
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
2021

2122
jobs:
2223
generate-build-identifier:

.github/workflows/desktop-app-cd-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ env:
2323
TEAM_REPOSITORY: '' # ${{ secrets.TEAM_REPOSITORY }}
2424
APPLE_ID: ${{ secrets.APPLE_ID }}
2525
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
26+
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
2627

2728
jobs:
2829
tag-validation:

0 commit comments

Comments
 (0)