1
0
mirror of https://github.com/bitwarden/mobile synced 2025-01-01 11:38:11 +01:00
Bitwarden-app-android-iphon.../.github/scripts/ios/decrypt-secrets.ps1

7 lines
287 B
PowerShell
Raw Normal View History

2020-06-09 16:47:09 +02:00
$rootPath = $env:GITHUB_WORKSPACE;
2020-06-09 17:41:03 +02:00
$decryptSecretPath = $($rootPath + "\.github\scripts\decrypt-secret.ps1");
2020-06-09 16:47:09 +02:00
2020-06-09 17:19:02 +02:00
Invoke-Expression "& `"$decryptSecretPath`" -filename bitwarden-mobile-key.p12.gpg"
Invoke-Expression "& `"$decryptSecretPath`" -filename iphone-distribution-cert.p12.gpg"