Hi!
When accessing repository variables in my windows runner pipeline via
$env:SOME_VAR
everthing works EXCEPT when the variable is set to be "secured"! In that case the ENV is not set/empty!
How to access secured variables? Am i missing something or is this a bug?
Hi @Chris,
Thank you for reaching out to the community.
You can safely access secured variables by following the solutions mentioned in this knowledge-based article. - How to safely export secured variables in bitbucket pipelines
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.