Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/distribute/Sign/macos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down