https://github.com/mshaugh/dnscontrol-action
Maintain your DNS data with DNSControl and GitHub Actions
https://github.com/mshaugh/dnscontrol-action
dns dnscontrol github-actions
Last synced: 3 months ago
JSON representation
Maintain your DNS data with DNSControl and GitHub Actions
- Host: GitHub
- URL: https://github.com/mshaugh/dnscontrol-action
- Owner: mshaugh
- License: isc
- Created: 2024-08-07T09:44:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-12T22:54:01.000Z (4 months ago)
- Last Synced: 2026-02-13T07:52:00.698Z (4 months ago)
- Topics: dns, dnscontrol, github-actions
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DNSControl Docker Action
> Maintain your DNS data with DNSControl and GitHub Actions.

## Usage
```yaml
- uses: mshaugh/dnscontrol-action@v4
with:
# DNSControl command to run.
# Usually one of `check`, `preview`, or `push`.
args: ""
# Relative path under $GITHUB_WORKSPACE to the file containing your
# DNS config in javascript DSL.
# Default dnsconfig.js
config_file: ""
# Relative path under $GITHUB_WORKSPACE to the file containing your
# provider credentials.
# Default: creds.json
creds_file: ""
```
## License
Distributed under the [ISC License](./LICENSE). See [`LICENSE`](./LICENSE) for more information.
## Acknowledgements
- [koenrh/dnscontrol-action](https://github.com/koenrh/dnscontrol-action)