Implement Github 4EVER Pin

4EVER IPFS Pin contains code examples to help your Github project quickly implement file fixing and access on an IPFS network.

Prerequisites

Github actions secrets

Add Auth Tokens as EVER_TOKEN in Settings > Secrets > Actions.

Add script below to workflows

The code to be added should be as follows:

 name: GITNAME
          uses: 4everland/pin-action@main
          continue-on-error: true
          timeout-minutes: 2
          with:
            EVER_TOKEN: ${{ secrets.EVER_TOKEN }}
            EVER_PROJECT_NAME: 'uniswap-interface'
            path: './build'

REQUEST PARAMS

  • EVER_TOKEN: Dashboard- Hosting Auth Tokens.

  • GIT_NAME: Your project name.

TEMPLATES

Project-templates-vue

If you have any questions, please join our Discord server, or send us an email at contact@4everland.org.

Last updated