Maintain your DNS data with DNSControl and GitHub Actions.
- 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: ""
Distributed under the ISC License. See LICENSE
for more information.