Replies: 1 comment 1 reply
-
A workaround could be to have the CI dump the ENV variables in a .ENV file Example, create a CI task printenv >> .env |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm facing a challenge to leverage my own CI to execute portman and sync the generated collection to my postman collection. My CI could leverage some secrets file i defined, I know
postmanUid
can be added in CLI as--postmanUid
, so I can simply replace it as--postmanUid $UID
, but I'm not able to do that through POSTMAN_API_KEY, since it's not supported to pass in CLI. Any suggestion will be appreciated, thanks!Beta Was this translation helpful? Give feedback.
All reactions