diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38da34fd5..a4183327e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,3 +22,13 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: packages/evm/coverage/lcov.info + + - name: Pin to IPFS + id: upload + uses: anantaramdas/ipfs-pinata-deploy-action@39bbda1ce1fe24c69c6f57861b8038278d53688d + with: + pin-name: Zodiac Roles App - TEST — ${ GITHUB_SHA } + path: "./packages/app/build" + verbose: true + pinata-api-key: ${{ secrets.PINATA_API_KEY }} + pinata-secret-api-key: ${{ secrets.PINATA_API_SECRET_KEY }} diff --git a/.github/workflows/dev-cd.yaml b/.github/workflows/dev-cd.yaml index 69974db61..082e2436a 100644 --- a/.github/workflows/dev-cd.yaml +++ b/.github/workflows/dev-cd.yaml @@ -47,14 +47,6 @@ jobs: pinata-api-key: ${{ secrets.PINATA_API_KEY }} pinata-secret-api-key: ${{ secrets.PINATA_API_SECRET_KEY }} - - name: Pin to Crust - uses: crustio/ipfs-crust-action@v2.0.3 - continue-on-error: true - timeout-minutes: 2 - with: - cid: ${{ steps.upload.outputs.hash }} - seeds: ${{ secrets.CRUST_SEEDS }} - - name: Convert CIDv0 to CIDv1 id: convert_cidv0 uses: uniswap/convert-cidv0-cidv1@v1.0.0