We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e07f91 commit 762b752Copy full SHA for 762b752
.github/workflows/print_p12.yml
@@ -11,7 +11,7 @@ jobs:
11
12
- name: Save GitHub Secret to File
13
run: |
14
- echo "${{ secrets.MACOS_CERTIFICATE }}" > macos_certificate.p12
+ echo "${{ secrets.MACOS_DEVELOPER_ID_APPLICATION_CERTIFICATE_P12_BASE64 }}" > macos_certificate.p12
15
echo "Certificate saved to file: macos_certificate.p12"
16
17
- name: Print Certificate Contents (Base64-Encoded)
0 commit comments