https://github.com/checkernetwork/web3-storage-upload-file-action
Upload a file to web3.storage
https://github.com/checkernetwork/web3-storage-upload-file-action
Last synced: 4 months ago
JSON representation
Upload a file to web3.storage
- Host: GitHub
- URL: https://github.com/checkernetwork/web3-storage-upload-file-action
- Owner: CheckerNetwork
- License: other
- Created: 2024-02-19T13:03:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-23T12:33:02.000Z (12 months ago)
- Last Synced: 2025-09-17T00:19:33.096Z (9 months ago)
- Language: JavaScript
- Size: 1.14 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.