mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-25 17:13:58 +08:00
HEDNS: Enable automatic integration testing (#1068)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
parent
51551a6f79
commit
40a566871c
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -44,6 +44,7 @@ jobs:
|
|||
# All others: (alphabetical)
|
||||
- DIGITALOCEAN
|
||||
- GANDI_V5
|
||||
- HEDNS
|
||||
- INWX
|
||||
- POWERDNS
|
||||
# Bring-Your-Own-Secrets:
|
||||
|
@ -105,6 +106,11 @@ jobs:
|
|||
#
|
||||
GANDI_V5_DOMAIN: ${{ secrets.GANDI_V5_DOMAIN }}
|
||||
GANDI_V5_APIKEY: ${{ secrets.GANDI_V5_APIKEY }}
|
||||
#
|
||||
HEDNS_DOMAIN: ${{ secrets.HEDNS_DOMAIN }}
|
||||
HEDNS_USERNAME: ${{ secrets.HEDNS_USERNAME }}
|
||||
HEDNS_PASSWORD: ${{ secrets.HEDNS_PASSWORD }}
|
||||
HEDNS_TOTP_SECRET: ${{ secrets.HEDNS_TOTP_SECRET }}
|
||||
#
|
||||
INWX_DOMAIN: ${{ secrets.INWX_DOMAIN }}
|
||||
INWX_PASSWORD: ${{ secrets.INWX_PASSWORD }}
|
||||
|
|
Loading…
Reference in a new issue