Skip to content

bloxberg-org/bloxberg-certify-github-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

bloxberg certify github action

GitHub Super-Linter CI Check dist/ CodeQL Coverage

Certifies your code or documents by certifying the commit hash, that triggered the GitHub action, on the bloxberg blockchain.

Development

Run npm run all before pushing code to this repository.

Usage

An example on how to use this GitHub action can be viewed here.

Available inputs

Input Description
authorName Your group or author(s) research was conducted with.
bloxbergAddress Your bloxberg address that you would like the certification to be minted to.
researchTitle A brief description of what the data entails.
email An email address to be associated with the data.

Available outputs

Output Description
certificateVerification JSON data to verify the certificate on https://certify.bloxberg.org/.

Additional notes

Code based on https://github.com/actions/typescript-action/.