Skip to content

Commit

Permalink
ci: adding ipfs env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Oct 29, 2024
1 parent f601b55 commit 7980e7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
# estuary token for local development
ESTUARY_TOKEN: ESTaa43688b-4ccf-4dad-8a16-410e488706ffARY
ESTUARY_ENDPOINT: http://estuary.nevermined.localnet
IPFS_GATEWAY: https://ipfs.infura.io:5001
IPFS_PROJECT_ID: ${{ secrets.IPFS_PROJECT_ID }}
IPFS_PROJECT_SECRET: ${{ secrets.IPFS_PROJECT_SECRET }}
run: |
cd node
nvm-tools copy-artifacts ./artifacts
Expand Down

0 comments on commit 7980e7d

Please sign in to comment.