mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Remove Upload to IPFS workflow (#21884)
This commit is contained in:
parent
8906ee7691
commit
33fc71524f
30
.github/workflows/upload-ipfs.yml
vendored
30
.github/workflows/upload-ipfs.yml
vendored
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user