@postman-cse/onboarding-bootstrap 0.14.2 → 0.15.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/action.yml CHANGED
@@ -104,6 +104,10 @@ inputs:
104
104
  postman-access-token:
105
105
  description: Postman access token used for governance and workspace mutations
106
106
  required: false
107
+ credential-preflight:
108
+ description: "Credential identity preflight policy. warn (default) logs a note and continues when postman-api-key and postman-access-token resolve to different parent orgs; enforce fails the run on that condition before any workspace is created; off skips the identity probes entirely (the reactive error guidance still applies). Promotion of the default to enforce is planned once the live e2e legs prove both directions."
109
+ required: false
110
+ default: warn
107
111
  integration-backend:
108
112
  description: Integration backend for downstream workspace connectivity
109
113
  required: false