mirror of
https://github.com/bitwarden/mobile
synced 2025-01-19 20:38:42 +01:00
5 lines
116 B
PowerShell
5 lines
116 B
PowerShell
|
$rootPath = $env:GITHUB_WORKSPACE;
|
|||
|
|
|||
|
$decryptSecretPath = $($rootPath + ".\.github\scripts\decrypt-secret.ps1");
|
|||
|
|