Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/filecoin-station/web3-storage-upload-file-action

Upload a file to web3.storage
https://github.com/filecoin-station/web3-storage-upload-file-action

Last synced: 16 days ago
JSON representation

Upload a file to web3.storage

Awesome Lists containing this project

README

        

# web3-storage-upload-file-action

Upload a file to [web3.storage](https://web3.storage).

## Usage

```yaml
steps:
- uses: filecoin-station/web3-storage-upload-file-action@v0
id: upload
with:
path: path-to-file.txt
private-key: ${{ secrets.PRIVATE_KEY }}
proof: ${{ secrets.PROOF }}
- run: |
echo "cid: ${{ steps.upload.outputs.cid }}"
```

See https://web3.storage/docs/how-to/upload/#bring-your-own-delegations for
creating credentials.