ipshipyard/DNSLink Action
Updates the DNSLink DNS record for a given domain
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 7, 2026
- License
- None
Pinned Snippet
uses: ipshipyard/dnslink-action@5e909b418ade2820104332cf84ea88ad05b34e70 # v1.1.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cid | CID to update the DNSLink value to | yes | — |
| dnslink_domain | Domain to update the DNSLink for e.g. if you set docs.ipfs.tech, the _dnslink.docs.ipfs.tech TXT record will be updated | yes | — |
| cf_record_id | Cloudflare Record ID | no | — |
| cf_zone_id | Cloudflare Zone ID | no | — |
| cf_auth_token | Cloudflare API token | no | — |
| dnsimple_token | DNSimple API token (account is auto-discovered) | no | — |
| gandi_pat | GANDI Personal Authorization Token (Bearer auth) | no | — |
| gandi_rrset_name | Name of the record in the dnslink_domain (i.e. "mysubdomain", _dnslink. will be prepended | no | — |
| set_github_status | Set the GitHub commit status with the DNSLink domain and CID | no | false |
| github_token | GitHub token | no | — |
Outputs
| name | description |
|---|---|
| dnslink_domain | The domain that was updated |
| dnslink_cid | The CID that was set |