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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
usernameGitBoard.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
keyGitBoard.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
statusjob status${{ job.status }}
environmentFor Testing purposes only (Do not use)noprod
tokenGitHub 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

no outputs