Environment sync with GitHub integration?

Is it possible to commit your environments to version control with the GitHub integration?

4 Likes

Hi @mstalker! Can you provide a bit more information about what youโ€™re to achieve? For some general guidelines on integrating GitHub and Postman, thereโ€™s some useful information available here that may provide some guidance.

I can backup collections to Github. Why canโ€™t I backup the associated environment values? Is it because the values may be sensitive, e.g. access_tokens and passwords?

1 Like

any updates on this topic?
I saw the integration feature and I would like to sync the script to GitHub so I can use Jenkins to grab the script and use Newman to do the automation.
Now, I have to backup Environments separatedly manually

Hi,
Do you plan to add environment files in the Git repository with integration feature ?
Currently we have to extract manually these files and put it in the repository for running tests in CI.

Thanks

Iโ€™m interested in this too. Currently I create an api and setup integration to an azure git repository. The git integration of postman works quite well, so I can push changes to collections within the api to git. However my collection request refer to environment variables. How do I include environments in my git integration?

1 Like

Is there any solution available for this problem? is it possible to back up postman environments on GitHub?