Remove Upload to IPFS workflow (#21884)

This commit is contained in:
Adam V 2022-08-09 18:59:23 +02:00 committed by GitHub
parent 8906ee7691
commit 33fc71524f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,30 +0,0 @@
name: Upload to IPFS
on:
push:
branches:
- master
workflow_dispatch:
jobs:
upload-ipfs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# - uses: aquiladev/ipfs-action@v0.1.5
# id: upload
# with:
# path: ./blockchains
# service: pinata
# pinataKey: ${{ secrets.PINATA_KEY }}
# pinataSecret: ${{ secrets.PINATA_SECRET }}
# pinataPinName: blockchains
# timeout: 180000
# verbose: false
- uses: aquiladev/ipfs-action@v0.1.5
id: upload-dapps
with:
path: ./dapps
service: pinata
pinataKey: ${{ secrets.PINATA_KEY }}
pinataSecret: ${{ secrets.PINATA_SECRET }}
pinataPinName: dapps
verbose: false