mirror of
https://github.com/bitwarden/mobile
synced 2024-12-25 00:12:24 +01:00
decrypt ios secrets
This commit is contained in:
parent
5e00e76c4b
commit
aa2bc40f03
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 New Issue
Block a user