Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit dea82ea

Browse files
committed
try new configuration
1 parent 5b7ce4a commit dea82ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
run: |
4040
mkdir -p ~/private_keys/
4141
echo '${{ secrets.api_key }}' > ~/private_keys/AuthKey_${{ secrets.api_key_id }}.p8
42+
echo '${{ secrets.mac_certs }}' | base64 -d > applecert.p12
4243
- name: Build/release Electron app
4344
uses: samuelmeuli/action-electron-builder@v1
4445
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
@@ -58,3 +59,7 @@ jobs:
5859
# API_KEY_ISSUER_ID: ${{ secrets.api_key_issuer_id }}
5960
APPLE_ID: ${{ secrets.apple_id }}
6061
APPLE_ID_PASSWORD: ${{ secrets.apple_id_password }}
62+
APPLEID: ${{ secrets.apple_id }}
63+
APPLEIDPASS: ${{ secrets.apple_id_password }}
64+
CSC_LINK: 'file://applecert.p12'
65+
CSC_KEY_PASSWORD: ${{ secrets.mac_certs_password }}

0 commit comments

Comments
 (0)