Skip to content

Commit

Permalink
Merge pull request #503 from persistenceOne/ipfs-actions
Browse files Browse the repository at this point in the history
Upload artifacts to IPFS
  • Loading branch information
blackpanther1881 authored Jan 8, 2024
2 parents 55d5938 + 6a9f29d commit 4cd9bfd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ jobs:
REACT_APP_IBC_CONFIG: 'ibcMainnet.json'
REACT_APP_GA_TRACKING_ID: 'G-XQ9NQJL11L'
REACT_APP_SENTRY_API: 'https://[email protected]/6092403'
- name: Upload to IPFS
uses: aquiladev/[email protected]
with:
path: ./build
service: pinata
pinataKey: ${{ secrets.PINATA_API_KEY }}
pinataSecret: ${{ secrets.PINATA_API_SECRET }}
pinName: pWallet ${{ github.event.release.name }} - Release
- name: Publish
uses: cloudflare/[email protected]
with:
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ jobs:
REACT_APP_IBC_CONFIG: 'ibcStaging.json'
REACT_APP_GA_TRACKING_ID: 'UA-219210130-1'
REACT_APP_SENTRY_API: ''
- name: Upload to IPFS
uses: aquiladev/[email protected]
with:
path: ./build
service: pinata
pinataKey: ${{ secrets.PINATA_API_KEY }}
pinataSecret: ${{ secrets.PINATA_API_SECRET }}
pinName: pWallet ${{ github.event.release.name }} - Testnet Staging
- name: Publish
uses: cloudflare/[email protected]
with:
Expand Down Expand Up @@ -73,6 +81,14 @@ jobs:
REACT_APP_IBC_CONFIG: 'ibcMainnet.json'
REACT_APP_GA_TRACKING_ID: 'UA-219210130-1'
REACT_APP_SENTRY_API: 'https://[email protected]/6092403'
- name: Upload to IPFS
uses: aquiladev/[email protected]
with:
path: ./build
service: pinata
pinataKey: ${{ secrets.PINATA_API_KEY }}
pinataSecret: ${{ secrets.PINATA_API_SECRET }}
pinName: pWallet ${{ github.event.release.name }} - Mainnet Staging
- name: Publish
uses: cloudflare/[email protected]
with:
Expand Down

0 comments on commit 4cd9bfd

Please sign in to comment.