Skip to content

Commit

Permalink
Update build.yml with another notarize method
Browse files Browse the repository at this point in the history
  • Loading branch information
obrousseau authored Jun 12, 2024
1 parent bb4be42 commit 272ba32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ jobs:
if: startsWith(matrix.os, 'macos')
env:
GITHUB_TOKEN: ${{ github.token }}
API_KEY_ID: ${{ secrets.appstore_api_key_id }}
API_KEY_ISSUER_ID: ${{ secrets.appstore_api_key_issuer_id }}
# macOS notarization API key
APPLE_ID: ${{ secrets.apple_id }}
APPLE_ID_PASSWORD: ${{ secrets.apple_id_app_specific_pwd }}
APPLEIDPASS: ${{ secrets.apple_id_app_specific_pwd }}
uses: samuelmeuli/action-electron-builder@v1
with:
github_token: ${{ github.token }}
Expand Down

0 comments on commit 272ba32

Please sign in to comment.