mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +03:00
decrypt ios secrets
This commit is contained in:
parent
5e00e76c4b
commit
aa2bc40f03
3 changed files with 2 additions and 0 deletions
2
.github/scripts/ios/decrypt-secrets.ps1
vendored
2
.github/scripts/ios/decrypt-secrets.ps1
vendored
|
@ -2,3 +2,5 @@
|
|||
|
||||
$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"
|
||||
|
|
Loading…
Reference in a new issue