mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
HEDNS: Enable automatic integration testing (#1068)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
committed by
GitHub
parent
51551a6f79
commit
40a566871c
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 }}
|
||||
|
Reference in New Issue
Block a user