Skip to content

Commit

Permalink
ci(mac): fix sign & notarize setup (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
csett86 authored Feb 18, 2022
1 parent 2fced74 commit d43e006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
node-version: '16'
- name: Prepare for app signing and notarization
env:
API_KEY: ${{ secrets.api_key }}
if: ${{ env.API_KEY }}
MAC_CERT_PASSWORD: ${{ secrets.mac_cert_password }}
if: ${{ env.MAC_CERT_PASSWORD }}
run: |
echo "CSC_LINK=${{ secrets.mac_cert }}" >> $GITHUB_ENV
echo "CSC_KEY_PASSWORD=${{ secrets.mac_cert_password }}" >> $GITHUB_ENV
Expand Down

0 comments on commit d43e006

Please sign in to comment.