You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have several collections that rely on the use of authentication tokens that are specific to each developer and may not be shared or committed to version control.
Proposed solution
Being able to load these tokens from the system environment (process.env) would support my needs for local usage as well as future usage on CI/CD pipeline.
Problem statement
I have several collections that rely on the use of authentication tokens that are specific to each developer and may not be shared or committed to version control.
Proposed solution
Being able to load these tokens from the system environment (process.env) would support my needs for local usage as well as future usage on CI/CD pipeline.
Relates to usebruno/bruno#170
The text was updated successfully, but these errors were encountered: