Tags: storacha/add-to-web3
Tags
feat: add it to web3 and nothing more (#1) Adds a directory to web3.storage. ## Example usage ```yaml uses: web3-storage/add-to-web3@v1 id: web3 with: web3_token: ${{ secrets.WEB3_STORAGE_TOKEN }} path_to_add: 'dist' # "bafkreicysg23kiwv34eg2d7qweipxwosdo2py4ldv42nbauguluen5v6am" - run: echo ${{ steps.web3.outputs.cid }} # "https://dweb.link/ipfs/bafkreicysg23kiwv34eg2d7qweipxwosdo2py4ldv42nbauguluen5v6am" - run: echo ${{ steps.web3.outputs.url }} ``` License: (Apache-2.0 AND MIT) Signed-off-by: Oli Evans <[email protected]>
feat: add it to web3 and nothing more (#1) Adds a directory to web3.storage. ## Example usage ```yaml uses: web3-storage/add-to-web3@v1 id: web3 with: web3_token: ${{ secrets.WEB3_STORAGE_TOKEN }} path_to_add: 'dist' # "bafkreicysg23kiwv34eg2d7qweipxwosdo2py4ldv42nbauguluen5v6am" - run: echo ${{ steps.web3.outputs.cid }} # "https://dweb.link/ipfs/bafkreicysg23kiwv34eg2d7qweipxwosdo2py4ldv42nbauguluen5v6am" - run: echo ${{ steps.web3.outputs.url }} ``` License: (Apache-2.0 AND MIT) Signed-off-by: Oli Evans <[email protected]>