You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Update DDNS
v0.1.0
DDNS(Distributed Domain Name System) update action.
Required Mnemonic phrase for wallet recovery. Plain PrivateKey can be used as well.
Required Url of RPC APIs.
Required Distributed domain name. Currently it supports ENS name only. (eg ddns-action.eth
)
Required Hash of content. Currently it supports IPFS hash only.
Level of verbosity [false
- quiet, true
- verbose]. Default false
uses: aquiladev/ddns-action@v1
with:
mnemonic: ${{ secrets.MNEMONIC }}
rpc: ${{ secrets.RPC }}
name: ddns-action.eth
contentHash: ${{ steps.upload.outputs.hash }}