Decentralized pin your site to Crust IPFS Network with Github Action
Required The cid value from IPFS.
Seeds is the private key of Crust Account, you can:
- Apply yourself by refering this doc
- Then, join Crust Discord Channel and can get free storage quota on
📦 free-storage
channel
Required, Crust secret seeds, consist of 12 words. And you need to make sure you have CRUs in your account to send the transaction.
Optional, The cumulative size value from IPFS. Default 209715200 (200MB)
.
Optional, Crust websocket endpoint. Default 'wss://rpc.crust.network'
.
boolean, Pin successfully or failed.
uses: crustio/ipfs-crust-action@v2.0.6
with:
cid: QmevJf2rdNibZCGrgeyVJEM82y5DsXgMDHXM6zBtQ6G4Vj
seeds: ${{ secrets.CRUST_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