Skip to content

Commit fb43176

Browse files
committed
add APPLE_APP_SPECIFIC_PASSWORD
1 parent 4787da7 commit fb43176

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
GH_TOKEN: ${{ secrets.GH_TOKEN }}
7474
APPLE_ID: ${{ secrets.APPLE_ID }}
7575
APPLE_APP_PASSWORD: ${{ secrets.APPLE_APP_PASSWORD }}
76+
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_PASSWORD }} # Map the existing password
7677
TEAM_ID: ${{ secrets.TEAM_ID }}
7778

7879
- name: Upload artifacts

0 commit comments

Comments
 (0)