feat: load every environment from --env-file to workflow (#184)
* feat: load every environment from --env-file to workflow * fix: pass dotenv's environments through by context * updates to support --secret-file Co-authored-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
3
pkg/runner/testdata/secrets/.secrets
vendored
Normal file
3
pkg/runner/testdata/secrets/.secrets
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
MY_SECRET=top-secret
|
||||
MULTILINE_SECRET="foo\nbar\nbaz"
|
||||
JSON_SECRET={"foo": "bar"}
|
Reference in New Issue
Block a user