From f601b554ab4014f593d06426ece8f5b0eee2234c Mon Sep 17 00:00:00 2001 From: Aitor <1726644+aaitor@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:10:00 +0100 Subject: [PATCH 1/3] fix: ipfs credentials updated via tools --- .github/workflows/testing-nightly.yml | 6 +++--- .github/workflows/testing-node.yml | 2 +- .github/workflows/testing.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/testing-nightly.yml b/.github/workflows/testing-nightly.yml index 00d78913a..964f0914c 100644 --- a/.github/workflows/testing-nightly.yml +++ b/.github/workflows/testing-nightly.yml @@ -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.17.0 with: token: ${{ secrets.API_TOKEN_GITHUB }} opengsn: 'true' @@ -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.17.0 with: token: ${{ secrets.API_TOKEN_GITHUB }} opengsn: 'true' @@ -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.17.0 with: token: ${{ secrets.API_TOKEN_GITHUB }} opengsn: 'true' diff --git a/.github/workflows/testing-node.yml b/.github/workflows/testing-node.yml index 5376dc0d7..15b167866 100644 --- a/.github/workflows/testing-node.yml +++ b/.github/workflows/testing-node.yml @@ -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.17.0 with: token: ${{ secrets.API_TOKEN_GITHUB }} opengsn: 'true' diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 9c3356ec7..6b6a12c07 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -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.17.0 with: token: ${{ secrets.API_TOKEN_GITHUB }} opengsn: 'true' From 7980e7d1cf92b36d8d18de9466a0b7eb58e5b2da Mon Sep 17 00:00:00 2001 From: Aitor <1726644+aaitor@users.noreply.github.com> Date: Tue, 29 Oct 2024 08:47:55 +0100 Subject: [PATCH 2/3] ci: adding ipfs env vars --- .github/workflows/testing-node.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/testing-node.yml b/.github/workflows/testing-node.yml index 15b167866..68bb41640 100644 --- a/.github/workflows/testing-node.yml +++ b/.github/workflows/testing-node.yml @@ -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 From a713702aaf8b74b1be693be61788c985c2567fe4 Mon Sep 17 00:00:00 2001 From: Aitor <1726644+aaitor@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:08:31 +0100 Subject: [PATCH 3/3] ci: latest nvm-tools-actions --- .github/workflows/testing-nightly.yml | 6 +++--- .github/workflows/testing-node.yml | 2 +- .github/workflows/testing.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/testing-nightly.yml b/.github/workflows/testing-nightly.yml index 964f0914c..d3381731e 100644 --- a/.github/workflows/testing-nightly.yml +++ b/.github/workflows/testing-nightly.yml @@ -60,7 +60,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - - uses: nevermined-io/nvm-tools-actions@v0.17.0 + - uses: nevermined-io/nvm-tools-actions@v0.18.0 with: token: ${{ secrets.API_TOKEN_GITHUB }} opengsn: 'true' @@ -96,7 +96,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - - uses: nevermined-io/nvm-tools-actions@v0.17.0 + - uses: nevermined-io/nvm-tools-actions@v0.18.0 with: token: ${{ secrets.API_TOKEN_GITHUB }} opengsn: 'true' @@ -139,7 +139,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - - uses: nevermined-io/nvm-tools-actions@v0.17.0 + - uses: nevermined-io/nvm-tools-actions@v0.18.0 with: token: ${{ secrets.API_TOKEN_GITHUB }} opengsn: 'true' diff --git a/.github/workflows/testing-node.yml b/.github/workflows/testing-node.yml index 68bb41640..3d23cfee3 100644 --- a/.github/workflows/testing-node.yml +++ b/.github/workflows/testing-node.yml @@ -19,7 +19,7 @@ jobs: path: node ref: main token: ${{ secrets.API_TOKEN_GITHUB }} - - uses: nevermined-io/nvm-tools-actions@v0.17.0 + - uses: nevermined-io/nvm-tools-actions@v0.18.0 with: token: ${{ secrets.API_TOKEN_GITHUB }} opengsn: 'true' diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 6b6a12c07..708a741e2 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18 - - uses: nevermined-io/nvm-tools-actions@v0.17.0 + - uses: nevermined-io/nvm-tools-actions@v0.18.0 with: token: ${{ secrets.API_TOKEN_GITHUB }} opengsn: 'true'