Skip to content

Commit

Permalink
fix: added windows cert creds
Browse files Browse the repository at this point in the history
  • Loading branch information
eniolam1000752 committed Oct 26, 2023
1 parent 76168fd commit 196a5de
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/electron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, windows-latest]

steps:
- name: Check out Git repository
Expand Down Expand Up @@ -57,6 +57,11 @@ jobs:
API_KEY_ID: ${{ secrets.api_key_id }}
API_KEY_ISSUER_ID: ${{ secrets.api_key_issuer_id }}
with:
# windows cert credentials
windows_certs: ${{ secrets.windows_certs }}
windows_certs_password: ${{ secrets.windows_certs_password }}

# windows cert credentials
mac_certs: ${{ secrets.mac_certs }}
mac_certs_password: ${{ secrets.mac_certs_password }}
# GitHub token, automatically provided to the action
Expand Down

0 comments on commit 196a5de

Please sign in to comment.