Postman Onboarding Repo Sync
Version updated for https://github.com/postman-cs/postman-repo-sync-action to version v2.1.13.
- This action is used across all versions by 0 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of exporting Postman collections and environments into a repository, setting up CI, mocking servers, and monitors around them. It solves the problem of managing API assets (collections, environments, mocks, monitors) in a centralized location within a Git repository. Key capabilities include:
- Exporting Postman assets to
.postmandirectory - Generating a CI workflow file based on selected assets
- Setting up mock servers for test environments
- Creating or updating monitors for asset health
- Integrating with GitHub Actions for continuous integration
- Using Postman API key or service token to authenticate operations
What’s Changed
What’s Changed
- fix: configure registry for release install by @jaredboynton in https://github.com/postman-cs/postman-repo-sync-action/pull/97
Full Changelog: https://github.com/postman-cs/postman-repo-sync-action/compare/v2.1.12...v2.1.13