From 0c768aa1ca334201e79464ab66414e1ac763e94f Mon Sep 17 00:00:00 2001 From: hstyi Date: Sat, 15 Feb 2025 16:19:18 +0800 Subject: [PATCH] chore: osx github actions --- .github/workflows/osx-aarch64.yml | 2 +- .github/workflows/osx-x86-64.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/osx-aarch64.yml b/.github/workflows/osx-aarch64.yml index 3ee271a..5afe21c 100644 --- a/.github/workflows/osx-aarch64.yml +++ b/.github/workflows/osx-aarch64.yml @@ -11,7 +11,7 @@ jobs: fetch-depth: 0 - name: Install the Apple certificate - if: github.event_name == 'push' + if: github.event_name == 'push' && github.repository == 'TermoraDev/termora' env: BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }} P12_PASSWORD: ${{ secrets.P12_PASSWORD }} diff --git a/.github/workflows/osx-x86-64.yml b/.github/workflows/osx-x86-64.yml index 1a22c70..c4df1d1 100644 --- a/.github/workflows/osx-x86-64.yml +++ b/.github/workflows/osx-x86-64.yml @@ -11,7 +11,7 @@ jobs: fetch-depth: 0 - name: Install the Apple certificate - if: github.event_name == 'push' + if: github.event_name == 'push' && github.repository == 'TermoraDev/termora' env: BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }} P12_PASSWORD: ${{ secrets.P12_PASSWORD }}