mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
decrypt desktop key
This commit is contained in:
parent
a565925b8f
commit
1009b3b055
2
.github/scripts/macos/decrypt-secrets.ps1
vendored
2
.github/scripts/macos/decrypt-secrets.ps1
vendored
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
$decryptSecretPath = $($rootPath + "/.github/scripts/decrypt-secret.ps1");
|
$decryptSecretPath = $($rootPath + "/.github/scripts/decrypt-secret.ps1");
|
||||||
|
|
||||||
Invoke-Expression "& `"$decryptSecretPath`" -filename bitwarden-deskop-key.p12.gpg"
|
Invoke-Expression "& `"$decryptSecretPath`" -filename bitwarden-desktop-key.p12.gpg"
|
||||||
Invoke-Expression "& `"$decryptSecretPath`" -filename appstore-app-cert.p12.gpg"
|
Invoke-Expression "& `"$decryptSecretPath`" -filename appstore-app-cert.p12.gpg"
|
||||||
Invoke-Expression "& `"$decryptSecretPath`" -filename appstore-installer-cert.p12.gpg"
|
Invoke-Expression "& `"$decryptSecretPath`" -filename appstore-installer-cert.p12.gpg"
|
||||||
Invoke-Expression "& `"$decryptSecretPath`" -filename devid-app-cert.p12.gpg"
|
Invoke-Expression "& `"$decryptSecretPath`" -filename devid-app-cert.p12.gpg"
|
||||||
|
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -150,9 +150,9 @@ jobs:
|
|||||||
- name: Run linter
|
- name: Run linter
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
|
|
||||||
# - name: Build Safari extension for .dmg
|
- name: Build Safari extension for .dmg
|
||||||
# shell: pwsh
|
shell: pwsh
|
||||||
# run: ./scripts/safari-build.ps1
|
run: ./scripts/safari-build.ps1
|
||||||
|
|
||||||
- name: Build application for .dmg
|
- name: Build application for .dmg
|
||||||
run: npm run dist:mac
|
run: npm run dist:mac
|
||||||
@ -160,9 +160,9 @@ jobs:
|
|||||||
APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }}
|
APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }}
|
||||||
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
||||||
|
|
||||||
# - name: Build Safari extension for App Store
|
- name: Build Safari extension for App Store
|
||||||
# shell: pwsh
|
shell: pwsh
|
||||||
# run: ./scripts/safari-build.ps1 -mas
|
run: ./scripts/safari-build.ps1 -mas
|
||||||
|
|
||||||
- name: Build application for App Store
|
- name: Build application for App Store
|
||||||
run: npm run dist:mac:mas
|
run: npm run dist:mac:mas
|
||||||
|
Loading…
Reference in New Issue
Block a user