mirror of
https://github.com/vacp2p/universal-connectivity.git
synced 2026-01-10 07:38:15 -05:00
ci: fix js-peer deployment
This commit is contained in:
3
.github/workflows/js-peer.yml
vendored
3
.github/workflows/js-peer.yml
vendored
@@ -31,7 +31,8 @@ jobs:
|
||||
name: Deploy to IPFS
|
||||
id: deploy
|
||||
with:
|
||||
path-to-deploy: out
|
||||
# 👇 note that working-directory doesn't apply to action steps with `uses`, so we need to specify the full path
|
||||
path-to-deploy: js-peer/out
|
||||
storacha-key: ${{ secrets.STORACHA_KEY }}
|
||||
storacha-proof: ${{ secrets.STORACHA_PROOF }}
|
||||
github-token: ${{ github.token }}
|
||||
|
||||
Reference in New Issue
Block a user