How to use .env variables inside .py script files? #332
Unanswered
4r73m190r0s
asked this question in
Q&A
Replies: 1 comment
-
|
Bump |
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.
-
My workflow is the following:
Bearertoken that lasts for 1 hourI have
prod.envandtest.env, where I have defined hosts, while the endpoints are identical for both environments. For example, this might be a YAML collection:I want to set up logic where:
Beta Was this translation helpful? Give feedback.
All reactions