Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.17 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.17 KB

Crust IPFS Upload action

Upload your website or content to Crust's public IPFS gateway and pin.

Inputs

path

Required Path to directory sent to IPFS

crust-secret-key

Since we need to make sure the stability of this IPFS Public Gateway, we required a secret key to access this WRITABLE API, you can get secret key by:

  1. Emailing [email protected]
  2. Join Crust Discord Channel

Optional, crustwebsites.net gateway secret key.

Outputs

hash

string, Uploaded IPFS cid(CIDv0) hash value.

Example usage

uses: crustio/[email protected]
with:
  path: './build'
  crust-secret-key: ${{ secrets.CRUST_SECRET_KEY }}

Contribution

Feel free to dive in! Open an issue or send a PR.

To contribute to Crust in general, see the Contribution Guide

License

MIT @Crust Network