Skip to content

Commit

Permalink
Changed upload service to PINATA
Browse files Browse the repository at this point in the history
  • Loading branch information
sameepsi committed Dec 6, 2021
1 parent 9edbc15 commit 97fbf5b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@ jobs:
- name: Build the IPFS bundle
run: yarn build

- name: Crust IPFS Upload
uses: crustio/[email protected]
- 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/[email protected]
Expand Down

0 comments on commit 97fbf5b

Please sign in to comment.