diff --git a/.github/workflows/beta-release-ipfs.yml b/.github/workflows/beta-release-ipfs.yml index 97291ce9..39047af1 100644 --- a/.github/workflows/beta-release-ipfs.yml +++ b/.github/workflows/beta-release-ipfs.yml @@ -41,6 +41,7 @@ jobs: with: path: './out' seeds: ${{ secrets.CRUST_SEEDS }} + gateway: 'https://gw.crustfiles.net' - name: Place storage order on Crust uses: crustio/ipfs-crust-action@v2.0.3 diff --git a/.github/workflows/prod-release-ipfs.yml b/.github/workflows/prod-release-ipfs.yml index d5c4c761..4ec801c7 100644 --- a/.github/workflows/prod-release-ipfs.yml +++ b/.github/workflows/prod-release-ipfs.yml @@ -28,6 +28,7 @@ jobs: with: path: './out' seeds: ${{ secrets.CRUST_SEEDS }} + gateway: 'https://gw.crustfiles.net' - name: Place storage order on Crust uses: crustio/ipfs-crust-action@v2.0.3