Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently environments can be used to pass variables to jobs, but all variables must be secret. This makes the user experience very poor for settings I want to pass to jobs that are no secrets. For example, download URLs or number of threads.
Sometimes the value is so short, making it a secret hurts usability. For example, if I wanted to pass the value
1
into my job, then everything that is1
in the build output gets masked out, which is quite bad.Beta Was this translation helpful? Give feedback.
All reactions