Skip to content

Tags: storacha/add-to-web3

Tags

v3.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: Update README.md

v3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: Update README.md

v2.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: update action/core to avoid warnings and add missing output in a…

…ction.yml (#85)

v2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: update action/core to avoid warnings and add missing output in a…

…ction.yml (#85)

v2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: add `include_hidden` input option (#59)

* docs: add `include_hidden` input option

landed in #38 by @ljmf00

v2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: release v2.0.0 (#32)

v1.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

v1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>