Skip to content

Commit aa92227

Browse files
committed
Update workflow
1 parent 66ba681 commit aa92227

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/electron-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
run: |
3939
xattr -cr .
4040
yarn build:mac
41+
env:
42+
APPLE_ID: ${{ secrets.APPLE_ID }}
43+
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
4144
- name: Build Linux
4245
if: ${{ matrix.os == 'ubuntu-latest'}}
4346
run: |

0 commit comments

Comments
 (0)