rajnavakotiikea/publish-pacts-to-pact-broker
This action will publish pact files to pact broker/pactflow
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Jun 1, 2022
- License
- MIT
Pinned Snippet
uses: rajnavakotiikea/publish-pacts@0f38189e850d734309f61dc3171d6fb902a82c84 # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pact_file_dir | Pacts file path | yes | — |
| consumer_app_version | The consumer application version | yes | — |
| tag | Tag name for consumer version. Can be specified multiple times | yes | — |
| repository_branch | Repository branch of the consumer version | no | — |
| tag_with_git_branch | Tag consumer version with the name of the current git branch | no | false |
| build_url | The build URL that created the pact | no | — |
| merge | If a pact already exists for this consumer version and provider, merge the contents | no | false |
| broker_base_url | The base URL of the Pact Broker | yes | — |
| broker_username | Pact Broker basic auth username | no | — |
| broker_password | Pact Broker basic auth password | no | — |
| broker_token | Pact Broker bearer token | no | — |
Outputs
no outputs