Skip to content

Commit

Permalink
build: pass Apple dev account details for notarization
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjbutler committed Feb 15, 2022
1 parent 7938546 commit 0caf41f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ jobs:
uses: samuelmeuli/action-electron-builder@v1
env:
VITE_APP_VERSION: ${{ needs.draft.outputs.version }}
APPLEID: ${{ secrets.APPLEID }}
APPLEIDPASS: ${{ secrets.APPLEIDPASS }}
with:
build_script_name: build
args: --config .electron-builder.config.js
Expand Down

0 comments on commit 0caf41f

Please sign in to comment.