Skip to content

Commit fd09d1d

Browse files
authored
Rename APPLE_ID_PASSWORD (incorrect / unused) to APPLE_PASSWORD (#3598)
1 parent 00208a9 commit fd09d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/distribute/Sign/macos.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ openssl base64 -in /path/to/certificate.p12 -out certificate-base64.txt
9696
Required secrets:
9797

9898
- `APPLE_ID` - Your Apple ID email
99-
- `APPLE_ID_PASSWORD` - Your Apple ID password
99+
- `APPLE_PASSWORD` - Your Apple ID password
100100
- `APPLE_CERTIFICATE` - The base64 encoded `.p12` file
101101
- `APPLE_CERTIFICATE_PASSWORD` - The password for your exported `.p12` file
102102
- `KEYCHAIN_PASSWORD` - The password for your keychain
@@ -124,7 +124,7 @@ jobs:
124124
runs-on: macos-latest
125125
env:
126126
APPLE_ID: ${{ secrets.APPLE_ID }}
127-
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
127+
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
128128
steps:
129129
- name: Import Apple Developer Certificate
130130
env:

0 commit comments

Comments
 (0)