From 6a9331099cd8381bd4b642326ac8629fb4170d78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Galeran?= Date: Tue, 18 Nov 2025 13:30:45 +0100 Subject: [PATCH] Rename APPLE_ID_PASSWORD to APPLE_PASSWORD --- src/content/docs/distribute/Sign/macos.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/distribute/Sign/macos.mdx b/src/content/docs/distribute/Sign/macos.mdx index c944598006..5965da7320 100644 --- a/src/content/docs/distribute/Sign/macos.mdx +++ b/src/content/docs/distribute/Sign/macos.mdx @@ -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: