fix: pinata install in ipfs script
This commit is contained in:
4
.github/workflows/ipfs-release.yml
vendored
4
.github/workflows/ipfs-release.yml
vendored
@@ -23,6 +23,10 @@ jobs:
|
|||||||
- name: Build SPA
|
- name: Build SPA
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
|
- name: Install Pinata CLI
|
||||||
|
shell: bash
|
||||||
|
run: curl -fsSL https://cli.pinata.cloud/install | bash
|
||||||
|
|
||||||
- name: Authenticate Pinata CLI (write JWT to file)
|
- name: Authenticate Pinata CLI (write JWT to file)
|
||||||
env:
|
env:
|
||||||
PINATA_JWT: ${{ secrets.PINATA_JWT }}
|
PINATA_JWT: ${{ secrets.PINATA_JWT }}
|
||||||
|
|||||||
Reference in New Issue
Block a user