digital-ai/Digital.ai Release Integration
Github Actions for Digital.ai Release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| serverUrl | The address of the Digital.ai Release server. | yes | — |
| username | Username for authentication to the Digital.ai Release server. Required if `token` is not provided. | no | — |
| password | Password for authentication to the Digital.ai Release server. Required if `token` is not provided. | no | — |
| token | Personal access token for authentication to the Digital.ai Release server. If provided, `username` and `password` are not required. | no | — |
| templateId | The full template identifier in Digital.ai Release. | yes | — |
| releaseTitle | Optional. Title of the release. If not provided, a default title will be assigned. | no | — |
| variables | Optional. JSON string representing the variables object to be passed to the release template. | no | — |
| startRelease | Optional. Boolean value indicating whether to start the release. Default is true. | no | true |
Outputs
| name | description |
|---|---|
| response | The response containing the data of the newly created release. |
| id | The id of the newly created release. |
| status | The status of the newly created release. |