@postman-cse/onboarding-repo-sync 0.13.3 → 0.14.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
@@ -106,6 +106,10 @@ inputs:
106
106
  postman-access-token:
107
107
  description: Postman access token used for Bifrost and system environment association.
108
108
  required: false
109
+ credential-preflight:
110
+ 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."
111
+ required: false
112
+ default: warn
109
113
  github-token:
110
114
  description: GitHub token used for repo variable persistence and commits.
111
115
  required: false