Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
vesla0x1 committed Apr 9, 2024
1 parent 83b515e commit 0fec8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cd .deploy && npm install .
mv ../public .
out=$(node ipfs_deploy.js \
${{ secrets.IPFS_RPC_API_SECRET }} \
${{ vars.IPFS_RPC_API_SECRET }} \
${{ vars.IPFS_RPC_API_URL }} \
${{ vars.IPFS_RPC_API_NAME_KEY }})
echo $out | tail -n 1 > ${{ env.CID_TO_PIN_PATH }}
Expand Down

0 comments on commit 0fec8ae

Please sign in to comment.