diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2135d3..16d6a75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,9 @@ jobs: with: node-version: '16' - name: Prepare for app signing and notarization - if: ${{ github.event_name != 'pull_request' }} + env: + API_KEY: ${{ secrets.api_key }} + if: ${{ env.API_KEY }} run: | echo "CSC_LINK=${{ secrets.mac_cert }}" >> $GITHUB_ENV echo "CSC_KEY_PASSWORD=${{ secrets.mac_cert_password }}" >> $GITHUB_ENV |