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
- Open Dashboard and connect with wallet. 
- Create token in Auth Tokens. 
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
Last updated
