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
|
||||
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
|
||||
# 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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user