mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-09 14:08:01 -05:00
Push to web3.storage
This commit is contained in:
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user