You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Crust IPFS Upload
v2.0.0
This action upload your website to IPFS through IPFS W3Auth Gateway
Required Path to directory sent to IPFS
Required Substrate-based chain secret seeds, which support:
- Crust: Please go to Crust Apps to get seeds
- Polkadot: Please go to Polkadot Apps to get seeds
- Kusama: Please go to Kusama Apps to get seeds
- More substrate based chains
Optional, IPFS Public Gateway which support W3Auth, default is https://crustwebsites.net
string, Uploaded IPFS cid(CIDv0) hash value.
uses: crustio/[email protected]
with:
path: './build'
seeds: ${{ secrets.SUBSTRATE_SEEDS }}
Feel free to dive in! Open an issue or send a PR.
To contribute to Crust in general, see the Contribution Guide
MIT @Crust Network