1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-16 02:17:10 +02:00
bitwarden-mobile/.github/scripts/ios/decrypt-secrets.ps1
2020-06-09 11:19:02 -04:00

7 lines
288 B
PowerShell

$rootPath = $env:GITHUB_WORKSPACE;
$decryptSecretPath = $($rootPath + ".\.github\scripts\decrypt-secret.ps1");
Invoke-Expression "& `"$decryptSecretPath`" -filename bitwarden-mobile-key.p12.gpg"
Invoke-Expression "& `"$decryptSecretPath`" -filename iphone-distribution-cert.p12.gpg"