Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
vesla0x1 committed Apr 6, 2024
1 parent f3f3c95 commit eeec989
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/github-actions-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: Add public on IPFS
run: |
cd .deploy && npm install .
export IPFS_RPC_API_URL=${{ vars.IPFS_RPC_API_URL }}
export IPFS_RPC_API_SECRET=${{ secrets.IPFS_RPC_API_SECRET }}
node ipfs_deploy.js
env:
IPFS_RPC_API_URL: ${{ vars.IPFS_RPC_API_URL }}
IPFS_RPC_API_SECRET: ${{ secrets.IPFS_RPC_API_SECRET }}

0 comments on commit eeec989

Please sign in to comment.