We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260a7cd commit e350766Copy full SHA for e350766
.github/workflows/pull_request.yml
@@ -52,8 +52,6 @@ jobs:
52
- name: Setup Ant
53
uses: cedx/setup-ant@v3
54
- name: Install Certificates for Code Signing
55
- env:
56
- cert_secret: ${{ secrets.CERTIFICATES_P12 }}
57
if: ${{ matrix.os_prefix == 'macos' && secrets.CERTIFICATES_P12 != '' }}
58
uses: apple-actions/import-codesign-certs@v3
59
with:
0 commit comments