actions-marketplace-validations/Upload an artefact to Relisio
Update an artefact to Relisio 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 | — |
| resource-id | The ID of an existing product/project within the workspace into which upload the artefact | yes | — |
| resource-type | The type of resource into which the artefact will upload (project, product, environment, kb) | yes | — |
| artefact-scope | The visibility of the artefact once created. Despite which scope has the resource containing this artefact, it can have its visibility scope (inherit, internal or public) | yes | inherit |
| artefact-path | The path of the file to upload | yes | — |
Outputs
| name | description |
|---|---|
| artefact-id | ID of the uploaded artefact |
| artefact-sha256 | sha256 of the created artefact |
| public-url | Full path from where to download the artefact |
| sha256-url | Full path from where to download the corresponding sha256 of the artefact |