Push to web3.storage

This commit is contained in:
Justin Martin
2022-05-26 14:40:46 -07:00
parent 677cf7c5c4
commit d8955acd2e

View File

@@ -28,3 +28,13 @@ jobs:
with:
branch: gh-pages-react
folder: build
- name: Push to Web3.storage
uses: web3-storage/add-to-web3@v2
id: web3
with:
web3_token: ${{ secrets.WEB3_STORAGE_TOKEN }}
path_to_add: 'build'
- run: echo ${{ steps.web3.outputs.cid }}
- run: echo ${{ steps.web3.outputs.url }}