rode/create-build-occurrence
Creates a build occurrence in Rode
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Sep 13, 2021
- License
- None
Pinned Snippet
uses: rode/create-build-occurrence-action@f61a9d2f5a2fb136ec8aecaaa8d6c93a9b50e3bf # v0.2.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| accessToken | An access token that will be included in requests to the build collector. | no | — |
| artifactId | The identifier of the created artifact | yes | — |
| artifactNames | A list of alternative names for the artifact. If using Docker, these are any additional tags | no | "" |
| artifactNamesDelimiter | Used to separate artifactNames | no | "" |
| buildCollectorHost | The build collector hostname | yes | — |
| buildCollectorInsecure | When set, the connection to the build collector will not use TLS | no | false |
| githubToken | GitHub token used to pull information about the workflow and job | yes | — |
Outputs
| name | description |
|---|---|
| id | The build occurrence id |