actions-marketplace-validations/Publish a new Relisio Project
Create a Relisio project from GitHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| relisio-url | Relisio base url (only for enterprise installations) | no | https://relisio.com |
| api-key | API key to authorize the deployment | yes | — |
| workspace-path | Path of the Workspace where to publish the Product | yes | — |
| product-id | ID of an existing product to include in the final release | yes | — |
| environment-name | Name or query to match environments | yes | — |
| environment-type | The type of environment to be included in the project (Development, Testing, QA, Training, Pre, Production, Unspecified, *) | yes | Unspecified |
| version | The version uniquely identifies the product for the specified environment. A common workflow could consider values like Git Tag, Release Name or more static and generic values like Alpha, Beta, Patch-N, etc | yes | — |
| project-scope | Visibility of the project withing the workspace (private, internal or public) | yes | internal |
| trigger-notifications | It tells Relisio to notify all the interested actors of the new release. The notification includes all the authors, associated licensee and eventual internal contacts having email associated | no | — |
Outputs
| name | description |
|---|---|
| project-ids | A string representing the ids of the created project(s) |
| public-urls | A string representing the public URLs of the created project(s) |
| created-projects | The number of created project(s) within this action |