bitwarden-android/.github/scripts/ios/decrypt-secrets.ps1

7 lines
288 B
PowerShell
Raw Normal View History

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