Skip to content

Commit e524ed2

Browse files
authored
Update pull_request.yml
1 parent 6c47ebe commit e524ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup Ant
5353
uses: cedx/setup-ant@v3
5454
- name: Install Certificates for Code Signing
55-
if: ${{ matrix.os_prefix == 'macos' && secrets.CERTIFICATES_P12 != '' }}
55+
if: ${{ matrix.os_prefix == 'macos' && github.secrets.CERTIFICATES_P12 != '' }}
5656
uses: apple-actions/import-codesign-certs@v3
5757
with:
5858
p12-file-base64: ${{ secrets.CERTIFICATES_P12 }}

0 commit comments

Comments
 (0)