From 075636f3470c616e027d63cfa3672fd38638157a Mon Sep 17 00:00:00 2001 From: pablomendezroyo <41727368+pablomendezroyo@users.noreply.github.com> Date: Thu, 5 Feb 2026 11:13:48 +0100 Subject: [PATCH] Use `ipfs-dev-gateway` --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 558e1bc..a2ccce6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: "Main" +name: "Release" on: workflow_dispatch: inputs: @@ -48,12 +48,12 @@ jobs: release: name: Release - runs-on: ubuntu-latest + runs-on: ipfs-dev-gateway needs: [test] steps: - uses: actions/checkout@v6 - name: Publish - run: npx @dappnode/dappnodesdk publish patch --dappnode_team_preset --timeout 2h --all-variants + run: npx @dappnode/dappnodesdk publish patch --content_provider=http://10.200.200.7:5001 --eth_provider=https://web3.dappnode.net --timeout 2h --all-variants env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEVELOPER_ADDRESS: "0xf35960302a07022aba880dffaec2fdd64d5bf1c1"