Skip to content

Commit 6c058d1

Browse files
committed
ci: add APPLE_TEAM_ID to env vars
1 parent 98a2182 commit 6c058d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/buildapp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
env:
3737
APPLE_ID: ${{ secrets.APPLE_ID }}
3838
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
39+
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
3940
CSC_LINK: ${{ secrets.CSC_LINK }}
4041
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
4142
WIN_CSC_LINK: ${{ secrets.WIN_CSC_LINK }}

0 commit comments

Comments
 (0)