Skip to content

abhimarshal1/cloudflare-web3-gateway

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

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudflare-web3-gateway

Creates/Updates dnslink for a web3 gateway

Example

- name: Update DNS Link via Cloudflare
  id: cloudflare-dnslink
  uses: abhimarshal1/cloudflare-web3-gateway
  with:
    token: ${{ secrets.CLOUDFLARE_TOKEN }}
    zone: ${{ secrets.CLOUDFLARE_ZONE }}
    hostname: 'ipfs.example.com'
    dnslink: 'ipns/ipns.example.com' # you can also use 'ipfs/Qm....../'

Note: Please make sure the token has all the necessary permissions (Zone DNS and web3).

About

Creates/Updates dnslink for a web3 gateway

Resources

License

Stars

Watchers

Forks

Packages

No packages published