Skip to content

Commit d68ea53

Browse files
committed
add keychain password to ios cert step
1 parent 0116990 commit d68ea53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-tauri.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616
IOS_CERTIFICATE: ${{ secrets.IOS_CERTIFICATE }}
1717
IOS_CERTIFICATE_PASSWORD: ${{ secrets.IOS_CERTIFICATE_PASSWORD }}
1818
IOS_MOBILE_PROVISION: ${{ secrets.IOS_MOBILE_PROVISION }}
19+
KEYCHAIN_PASSWORD: ${{ secrets.KEYCHAIN_PASSWORD }}
1920
NODE_OPTIONS: --max-old-space-size=4096
2021
NUXT_PUBLIC_CDN_URL: ${{ secrets.VITE_APP_CDN_URL }}
2122
NUXT_PUBLIC_DISCORD_INVITE_LINK: ${{ secrets.VITE_DISCORD_INVITE_LINK }}

0 commit comments

Comments
 (0)