Integrate with 4EVERLAND pin service
Open
Nobody has claimed this yet.
improvement
- Dominant language
- TypeScript
- Stars
- 5.5k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
Introduce
4EVERLAND can provide you with pin service and global acceleration.
Step
- Open Dashboard and connect with wallet
- Create token in Auth Tokens, and add it as EVER_TOKEN in Settings->Secrets->Actions
- Add script below to workflows
- name: Pin to 4everland
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'
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the repository's workflow files and the workflow that produces the ./build output. Add the provided 4EVERLAND pin action with EVER_TOKEN and EVER_PROJECT_NAME configured as shown, then verify the workflow completes with the pin step enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd, devops
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100