Skip to content

Commit

Permalink
Merge branch 'main' into fix/keep-customdata-for-webservice-like-assets
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor authored Oct 29, 2024
2 parents 19a684b + 7a8d3ba commit 3b100c8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: nevermined-io/nvm-tools-actions@v0.15.0
- uses: nevermined-io/nvm-tools-actions@v0.18.0
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
opengsn: 'true'
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: nevermined-io/nvm-tools-actions@v0.15.0
- uses: nevermined-io/nvm-tools-actions@v0.18.0
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
opengsn: 'true'
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: nevermined-io/nvm-tools-actions@v0.15.0
- uses: nevermined-io/nvm-tools-actions@v0.18.0
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
opengsn: 'true'
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/testing-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
path: node
ref: main
token: ${{ secrets.API_TOKEN_GITHUB }}
- uses: nevermined-io/nvm-tools-actions@v0.15.0
- uses: nevermined-io/nvm-tools-actions@v0.18.0
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
opengsn: 'true'
Expand All @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: nevermined-io/nvm-tools-actions@v0.15.0
- uses: nevermined-io/nvm-tools-actions@v0.18.0
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
opengsn: 'true'
Expand Down

0 comments on commit 3b100c8

Please sign in to comment.