Skip to content

Commit 3b100c8

Browse files
authored
Merge branch 'main' into fix/keep-customdata-for-webservice-like-assets
2 parents 19a684b + 7a8d3ba commit 3b100c8

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/testing-nightly.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/setup-node@v3
6161
with:
6262
node-version: 18
63-
- uses: nevermined-io/nvm-tools-actions@v0.15.0
63+
- uses: nevermined-io/nvm-tools-actions@v0.18.0
6464
with:
6565
token: ${{ secrets.API_TOKEN_GITHUB }}
6666
opengsn: 'true'
@@ -96,7 +96,7 @@ jobs:
9696
- uses: actions/setup-node@v3
9797
with:
9898
node-version: 18
99-
- uses: nevermined-io/nvm-tools-actions@v0.15.0
99+
- uses: nevermined-io/nvm-tools-actions@v0.18.0
100100
with:
101101
token: ${{ secrets.API_TOKEN_GITHUB }}
102102
opengsn: 'true'
@@ -139,7 +139,7 @@ jobs:
139139
- uses: actions/setup-node@v3
140140
with:
141141
node-version: 18
142-
- uses: nevermined-io/nvm-tools-actions@v0.15.0
142+
- uses: nevermined-io/nvm-tools-actions@v0.18.0
143143
with:
144144
token: ${{ secrets.API_TOKEN_GITHUB }}
145145
opengsn: 'true'

.github/workflows/testing-node.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
path: node
2020
ref: main
2121
token: ${{ secrets.API_TOKEN_GITHUB }}
22-
- uses: nevermined-io/nvm-tools-actions@v0.15.0
22+
- uses: nevermined-io/nvm-tools-actions@v0.18.0
2323
with:
2424
token: ${{ secrets.API_TOKEN_GITHUB }}
2525
opengsn: 'true'
@@ -45,6 +45,9 @@ jobs:
4545
# estuary token for local development
4646
ESTUARY_TOKEN: ESTaa43688b-4ccf-4dad-8a16-410e488706ffARY
4747
ESTUARY_ENDPOINT: http://estuary.nevermined.localnet
48+
IPFS_GATEWAY: https://ipfs.infura.io:5001
49+
IPFS_PROJECT_ID: ${{ secrets.IPFS_PROJECT_ID }}
50+
IPFS_PROJECT_SECRET: ${{ secrets.IPFS_PROJECT_SECRET }}
4851
run: |
4952
cd node
5053
nvm-tools copy-artifacts ./artifacts

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v4
1414
with:
1515
node-version: 18
16-
- uses: nevermined-io/nvm-tools-actions@v0.15.0
16+
- uses: nevermined-io/nvm-tools-actions@v0.18.0
1717
with:
1818
token: ${{ secrets.API_TOKEN_GITHUB }}
1919
opengsn: 'true'

0 commit comments

Comments
 (0)