thetatoken / theta-wallet-web

Official Theta Wallet for Web
https://docs.thetatoken.org/
GNU General Public License v3.0
52 stars 31 forks source link

feat: add pinning to IPFS on 4EVERLAND #85

Closed saullary closed 1 year ago

saullary commented 1 year ago

Introduce 4EVERLAND can provide you with pin service and global acceleration.

Step

  1. Open Dashboard and connect with wallet

  2. Create token in Auth Tokens, and add it as EVER_TOKEN in Settings->Secrets->Actions

  3. Add script below to workflows

    - name: pin4everland
         id: pin4everland
         uses: 4everland/pin-action@v1.3
         with:
           EVER_TOKEN: ${{secrets.EVER_TOKEN}}
           EVER_PROJECT_NAME: "theta-wallet-web"
           EVER_PROJECT_PLAT: "IPFS"
           BUILD_LOCATION: "./build"