1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-16 02:17:10 +02:00
bitwarden-mobile/.github/scripts/ios/decrypt-secrets.ps1
Kyle Spearrin 0e41945a8a build ios
2020-06-09 10:47:09 -04:00

5 lines
116 B
PowerShell

$rootPath = $env:GITHUB_WORKSPACE;
$decryptSecretPath = $($rootPath + ".\.github\scripts\decrypt-secret.ps1");