From 97fbf5b91c1fb9d704cb5d115cb4f499c7942485 Mon Sep 17 00:00:00 2001 From: sameepsi Date: Mon, 6 Dec 2021 15:41:23 +0530 Subject: [PATCH] Changed upload service to PINATA --- .github/workflows/release.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c659487bf..e932f9f2c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -49,12 +49,14 @@ jobs: - name: Build the IPFS bundle run: yarn build - - name: Crust IPFS Upload - uses: crustio/ipfs-upload-action@v2.0.2 + - name: Pin to IPFS(PINATA) id: upload + uses: anantaramdas/ipfs-pinata-deploy-action@39bbda1ce1fe24c69c6f57861b8038278d53688d with: + pin-name: QuickSwap ${{ needs.bump_version.outputs.new_tag }} path: './build' - seeds: ${{ secrets.SUBSTRATE_SEEDS }} + 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.4