We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c47ebe commit e524ed2Copy full SHA for e524ed2
.github/workflows/pull_request.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Setup Ant
53
uses: cedx/setup-ant@v3
54
- name: Install Certificates for Code Signing
55
- if: ${{ matrix.os_prefix == 'macos' && secrets.CERTIFICATES_P12 != '' }}
+ if: ${{ matrix.os_prefix == 'macos' && github.secrets.CERTIFICATES_P12 != '' }}
56
uses: apple-actions/import-codesign-certs@v3
57
with:
58
p12-file-base64: ${{ secrets.CERTIFICATES_P12 }}
0 commit comments