gitboard-io/Update GitBoard.io Dashboard
Sends job status information to GitBoard.io. GitBoard.io makes GitHub Actions visible, providing a build status dashboard.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| username | GitBoard.io username, dictates which GitBoard.io account will reflect the job status. A users GitBoard.io username can be found at https://gitboard.io/profile. Multiple account usernames can be supplied. Separate account usernames with a comma. Align corresponding account usernames and account keys. | yes | — |
| key | GitBoard.io users api key, authenticates the request to the GitBoard.io api. This should be kept secret, we recommend storing this in a GitHub secret. A users GitBoard.io api key can be found at https://gitboard.io/profile. Multiple account keys can be supplied. Separate account keys with a comma. Align corresponding account usernames and account keys. | yes | — |
| status | job status | — | ${{ job.status }} |
| environment | For Testing purposes only (Do not use) | no | prod |
| token | GitHub automatically creates a unique GITHUB_TOKEN secret to use in your workflow. You can use the GITHUB_TOKEN to authenticate in the workflow job. https://docs.github.com/en/actions/security-guides/automatic-token-authentication | — | — |
Outputs
no outputs