Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pinning to Bucket on 4EVERLAND #62

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

saullary
Copy link

@saullary saullary commented Dec 23, 2022

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

Step

  1. Open Dashboard and connect with wallet.
  2. Create a new bucket name in Buckets, and replace <your-bucket-name> with it.
  3. Create access key in Access Keys, and add it as EVER_API_KEY and EVER_API_SECRET in Settings->Secrets->Actions.

Check script below in .github/workflows/pin-bucket.yml.

- name: pinBucket
  id: pinBucket
  uses: 4everland/[email protected]
with:
  EVER_API_KEY: ${{secrets.EVER_API_KEY}}
  EVER_API_SECRET: ${{secrets.EVER_API_SECRET}}
  EVER_BUCKET_NAME: "<your-bucket-name>"
  EVER_BUCKET_FOLDER: "aptos-nft-mint"
  LOCAL_PATH: "./images,./metadata"

@vercel
Copy link

vercel bot commented Dec 23, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
ftmtest ❌ Failed (Inspect) Dec 23, 2022 at 7:46AM (UTC)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant