Skip to content

Commit 7709a28

Browse files
committed
Expose notarization credentials to mac builds
1 parent 34d83e0 commit 7709a28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
- run: npm run build
2424
env:
25+
APPLE_ID: ${{ secrets.APPLE_ID }}
26+
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
2527
CSC_LINK: ${{ secrets.CSC_LINK }}
2628
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
2729
WIN_CSC_LINK: ${{ secrets.WIN_CSC_LINK }}

0 commit comments

Comments
 (0)