1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

pull password from env

This commit is contained in:
Kyle Spearrin
2020-09-22 16:55:40 -04:00
parent 0dbe4bc66e
commit c5250adf53
4 changed files with 11 additions and 5 deletions

View File

@@ -153,6 +153,9 @@ jobs:
- name: Build application for .dmg
run: npm run dist:mac
env:
APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }}
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
# - name: Build Safari extension for App Store
# shell: pwsh
@@ -160,3 +163,6 @@ jobs:
- name: Build application for App Store
run: npm run dist:mac:mas
env:
APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }}
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}