accelq-inc/ACCELQ Github-A Connect
Execute ACCELQ registered CI Jobs from Github Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 29, 2026
- License
- None
Pinned Snippet
uses: accelq-inc/accelq-ci-github-actions@cc647429dc0acdb64036bb8725ec34a0c9e6042c # v1.5.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| appURL | Your ACCELQ Application URL in the exact following format: https://<hostname>:<port_num> | yes | — |
| userName | Your ACCELQ User ID | yes | — |
| apiKey | API key available in Profile section of ACCELQ | yes | — |
| tenantCode | Tenant Code displayed in the Profile section of ACCELQ | yes | — |
| jobId | This ID should come from the CI job you saved in ACCELQ application | yes | — |
| runParam | Run Params(optional) should be JSON string form example: '{"username": "John Todd", "password": "bxW&=UVw"}' | no | — |
| proxyHost | Proxy Host (optional) | no | — |
| proxyPort | Proxy Port (optional) | no | — |
| stepFailureThreshold | Percentage ACCELQ test case failure (Optional), beyond which this Step in the Pipeline will be marked as a failure. If this is zero, even a single failed test will cause the Step to fail. If you never want to fail the Pipeline Step due to failing Automation tests, input -1. Input a valid integer between 0 and 100 or, -1. | no | — |
| maxWaitTimeInMins | Maximum time to wait for the job to be picked up by an ACCELQ Agent. Default is 15 mins. | no | — |
Outputs
no outputs