Skip to content

Commit 49734f7

Browse files
committed
chore: update macOS workflow to use APPLE_API_KEY_BASE64 for correct environment variable reference
1 parent 941936c commit 49734f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
APPLE_API_ISSUER: ${{ secrets.APPLE_API_ISSUER }}
2121
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
22-
APPLE_API_KEY_BASE64: ${{ secrets.APPLE_API_KEY }}
22+
APPLE_API_KEY_BASE64: ${{ secrets.APPLE_API_KEY_BASE64 }}
2323
CSC_KEY_PASSWORD: ${{ secrets.APPLE_CERTIFICATES_BUNDLE_PASSWORD }}
2424
steps:
2525
- name: Checkout repository

0 commit comments

Comments
 (0)