mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
Rename APPLE_ID_PASSWORD (incorrect / unused) to APPLE_PASSWORD (#3598)
This commit is contained in:
@@ -96,7 +96,7 @@ openssl base64 -in /path/to/certificate.p12 -out certificate-base64.txt
|
||||
Required secrets:
|
||||
|
||||
- `APPLE_ID` - Your Apple ID email
|
||||
- `APPLE_ID_PASSWORD` - Your Apple ID password
|
||||
- `APPLE_PASSWORD` - Your Apple ID password
|
||||
- `APPLE_CERTIFICATE` - The base64 encoded `.p12` file
|
||||
- `APPLE_CERTIFICATE_PASSWORD` - The password for your exported `.p12` file
|
||||
- `KEYCHAIN_PASSWORD` - The password for your keychain
|
||||
@@ -124,7 +124,7 @@ jobs:
|
||||
runs-on: macos-latest
|
||||
env:
|
||||
APPLE_ID: ${{ secrets.APPLE_ID }}
|
||||
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
||||
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
|
||||
steps:
|
||||
- name: Import Apple Developer Certificate
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user