1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-18 02:31:15 +02:00
bitwarden-mobile/.github/scripts/ios/decrypt-secrets.ps1

7 lines
288 B
PowerShell
Raw Normal View History

2020-06-09 16:47:09 +02:00
$rootPath = $env:GITHUB_WORKSPACE;
$decryptSecretPath = $($rootPath + ".\.github\scripts\decrypt-secret.ps1");
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"