For example if I have a `${{ secrets.ConnectionStr...
# dotnet
c
For example if I have a
${{ secrets.ConnectionString }}
in GitHub actions. Do I just set it as environment variables on the pulumi action and use that access that in the code?