1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 23:59:37 +02:00

Revert "CI: Let everyone install their own Apple codesigning certificates"

This reverts commit c4901f8ad8d9e9b0d0670267bce4a885e78ecdf4.
This commit is contained in:
Panagiotis Vasilopoulos 2021-07-13 07:13:00 +00:00
parent c4901f8ad8
commit 9fe3f5bc8f
No known key found for this signature in database
GPG Key ID: FD806FDB3B2C5270

View File

@ -66,7 +66,7 @@ jobs:
- name: Install Apple codesigning certificates
uses: apple-actions/import-codesign-certs@v1
if: startswith( matrix.config.os, 'macos' ) && github.event_name == 'push' && secrets.APPLE_CERTIFICATE != '' && secrets.APPLE_CERTIFICATE_PASSWORD != ''
if: startswith( matrix.config.os, 'macos' ) && github.event_name == 'push' && github.repository_owner == 'audacity'
with:
p12-file-base64: ${{ secrets.APPLE_CERTIFICATE }}
p12-password: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}