Skip to content

Web3.Storage Upload File Action

Actions
Upload a file to web3.storage
v0.0.1
Latest
Star (2)

Tags

 (1)

web3-storage-upload-file-action

Upload a file to web3.storage.

Usage

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.

Web3.Storage Upload File Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Upload a file to web3.storage
v0.0.1
Latest

Tags

 (1)

Web3.Storage Upload File Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.