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?