mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Comment out IPFS upload
This commit is contained in:
parent
648554fece
commit
c7c98d4f46
20
.github/workflows/upload-ipfs.yml
vendored
20
.github/workflows/upload-ipfs.yml
vendored
|
@ -9,16 +9,16 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: aquiladev/ipfs-action@v0.1.5
|
# - uses: aquiladev/ipfs-action@v0.1.5
|
||||||
id: upload
|
# id: upload
|
||||||
with:
|
# with:
|
||||||
path: ./blockchains
|
# path: ./blockchains
|
||||||
service: pinata
|
# service: pinata
|
||||||
pinataKey: ${{ secrets.PINATA_KEY }}
|
# pinataKey: ${{ secrets.PINATA_KEY }}
|
||||||
pinataSecret: ${{ secrets.PINATA_SECRET }}
|
# pinataSecret: ${{ secrets.PINATA_SECRET }}
|
||||||
pinataPinName: blockchains
|
# pinataPinName: blockchains
|
||||||
timeout: 180000
|
# timeout: 180000
|
||||||
verbose: false
|
# verbose: false
|
||||||
- uses: aquiladev/ipfs-action@v0.1.5
|
- uses: aquiladev/ipfs-action@v0.1.5
|
||||||
id: upload-dapps
|
id: upload-dapps
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user