We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4787da7 commit fb43176Copy full SHA for fb43176
.github/workflows/build.yml
@@ -73,6 +73,7 @@ jobs:
73
GH_TOKEN: ${{ secrets.GH_TOKEN }}
74
APPLE_ID: ${{ secrets.APPLE_ID }}
75
APPLE_APP_PASSWORD: ${{ secrets.APPLE_APP_PASSWORD }}
76
+ APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_PASSWORD }} # Map the existing password
77
TEAM_ID: ${{ secrets.TEAM_ID }}
78
79
- name: Upload artifacts
0 commit comments