Postman Onboarding Repo Sync
Version updated for https://github.com/postman-cs/postman-repo-sync-action to version v2.1.10.
- 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
The GitHub Action Postman Onboarding: Repo Sync automates the process of exporting Postman collections and environments into a repository. It also sets up CI, mock servers, and monitors around these assets. The action requires a Postman API key or service-token to generate tokens and workspace IDs from inputs or .postman/resources.yaml. The example usage shows how to set up a full sync with workspace assets using the action.
What’s Changed
What’s Changed
- fix(tests): increase npm pack timeout for Windows CI by @jaredboynton in https://github.com/postman-cs/postman-repo-sync-action/pull/89
- feat: publish self-contained SEA binary by @mmorales-post in https://github.com/postman-cs/postman-repo-sync-action/pull/87
New Contributors
- @mmorales-post made their first contribution in https://github.com/postman-cs/postman-repo-sync-action/pull/87
Full Changelog: https://github.com/postman-cs/postman-repo-sync-action/compare/v2...v2.1.10