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

10 lines
556 B
PowerShell
Raw Normal View History

2020-06-09 16:47:09 +02:00
$rootPath = $env:GITHUB_WORKSPACE;
2020-06-09 17:46:16 +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"
2020-06-09 18:25:09 +02:00
Invoke-Expression "& `"$decryptSecretPath`" -filename dist_autofill.mobileprovision.gpg"
Invoke-Expression "& `"$decryptSecretPath`" -filename dist_bitwarden.mobileprovision.gpg"
Invoke-Expression "& `"$decryptSecretPath`" -filename dist_extension.mobileprovision.gpg"