Postman Onboarding GCP Spec Discovery
Version updated for https://github.com/postman-cs/postman-gcp-spec-discovery-action to version v1.1.8.
- 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, Postman Onboarding: GCP Spec Discovery, automates the discovery and export of OpenAPI specifications from Google Cloud services such as GCP APIs and Apigee proxies. It can automatically resolve a specification based on repository context or labels if available, or explicitly specify an API ID for a known configuration. The action uses Application Default Credentials (ADC) or Workload Identity Federation for authentication and supports exporting every candidate specification to facilitate Postman onboarding processes.
What’s Changed
What’s Changed
- fix(test): select npm CLI on Windows by @jaredboynton in https://github.com/postman-cs/postman-gcp-spec-discovery-action/pull/24
- chore: prepare v1.1.8 release by @jaredboynton in https://github.com/postman-cs/postman-gcp-spec-discovery-action/pull/25
Full Changelog: https://github.com/postman-cs/postman-gcp-spec-discovery-action/compare/v1.1...v1.1.8