Skip to content

GoodDollar/cloudflare-update-web3-hostname

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudflare-update-web3-hostname

Allows you to quickly update a Cloudflare DNSLink with a new IPFS CID. This action requires that you have already created a DNS Link record in your Cloudflare DNS settings. Additionally, you will need a Cloudflare Token with sufficient permissions to edit the DNS record.

Example

- name: Update DNSLink
  env:
    CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
    RECORD_DOMAIN: "textile.io"
    CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}
  id: dnslink
  uses: gooddollar/cloudflare-update-web3-hostname@v1
  with:
    cid: ${{ steps.push.outputs.cid }}

For a more complete tutorial, see this blog post.

About

Update Cloudflare new Web3 service hostname with IPFS Hash

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 79.0%
  • Dockerfile 21.0%