decrypt ios secrets

This commit is contained in:
Kyle Spearrin 2020-06-09 11:19:02 -04:00
parent 5e00e76c4b
commit aa2bc40f03
3 changed files with 2 additions and 0 deletions

View File

@ -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"