antithesishq/Antithesis Trigger Action

An action that triggers an Antithesis workflow

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 17, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: antithesishq/antithesis-trigger-action@80a5e9be591d303bf3c83e3ecbdc00102ad9de90 # v0.12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
notebook_nameThe name of the notebook containing the workflow to runyesdemo_ci_integration_webhook
tenantThe name of the tenantyes""
usernameThe username of the account running the workflow. Required when `api_key` is not set.no""
passwordThe password of the account running the workflow. Required when `api_key` is not set.no""
api_keyAn Antithesis API key. When provided, this is used to authenticate via `Authorization: Bearer <api_key>` and the `username`/`password` inputs are ignored. Contact support@antithesis.com to obtain a key.no""
github_tokenThe Github token to be used to post back status updatesyes""
config_imageThe image version that Antithesis will pull from the container registry for the config image.no""
imagesThe containers & digests that Antithesis tests will run on. If not specified the values will be inferred from the test.no""
descriptionA string description of your test run.no""
teamA string naming the team/group to which the person that invoked this run belongs.no""
system_nameA string encoding a readable, version-irrespective name for the system you're testing.no""
test_nameA string representing the test name being run. This is required when running multiple tests from the same commit.no""
email_recipientsA semicolon-delimited list of the email addresses for the recipients who will be emailed links to the triage report produced by this test run. If this parameter is not specified, emails will be sent to the default users set up for the test.no""
additional_parametersA newline-separated list of additional parameters to be sent to the test run.no""
namedescription
resultWhether triggering the workflow was successful or not