antithesishq/Antithesis Trigger Action
An action that triggers an Antithesis workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 17, 2026
- License
- MIT
Pinned Snippet
uses: antithesishq/antithesis-trigger-action@80a5e9be591d303bf3c83e3ecbdc00102ad9de90 # v0.12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| notebook_name | The name of the notebook containing the workflow to run | yes | demo_ci_integration_webhook |
| tenant | The name of the tenant | yes | "" |
| username | The username of the account running the workflow. Required when `api_key` is not set. | no | "" |
| password | The password of the account running the workflow. Required when `api_key` is not set. | no | "" |
| api_key | An 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_token | The Github token to be used to post back status updates | yes | "" |
| config_image | The image version that Antithesis will pull from the container registry for the config image. | no | "" |
| images | The containers & digests that Antithesis tests will run on. If not specified the values will be inferred from the test. | no | "" |
| description | A string description of your test run. | no | "" |
| team | A string naming the team/group to which the person that invoked this run belongs. | no | "" |
| system_name | A string encoding a readable, version-irrespective name for the system you're testing. | no | "" |
| test_name | A string representing the test name being run. This is required when running multiple tests from the same commit. | no | "" |
| email_recipients | A 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_parameters | A newline-separated list of additional parameters to be sent to the test run. | no | "" |
Outputs
| name | description |
|---|---|
| result | Whether triggering the workflow was successful or not |