add-to-web3
add-to-web3 copied to clipboard
⁂ Github Action to upload files to web3.storage
I suggest adding documentation to the README outlining how `path_to_add` should be formatted. For instance, maybe including something like this: - `path_to_add: "."` will push the entire repo - `path_to_add:...
For now, name is picked by `pickName` ``` js const name = pickName({ repo: process.env.GITHUB_REPOSITORY, run: process.env.GITHUB_RUN_NUMBER, sha: process.env.GITHUB_SHA }) ``` Can we add custom name in input args? Thank...
Show a "Added to web3.storage" check that has a link to the resource on the IPFS gatway, much like a fleek / netlify preview build.
When creating a delegation proof for use (https://github.com/alexjorgef/website/blob/main/.github/workflows/build.yml#L187-L194) only a specific pattern of capabilities works. The proof seems to be too long and GitHub returns the following error: ```log >...
Is there a way to remove old uploads? I want to be conscious about the space and my uploads and only keep the last x uploaded CID. AFAICT, `w3 ls`...