Skip to content

Commit

Permalink
Merge pull request #4 from EntrustCorporation/auto-update-action-config
Browse files Browse the repository at this point in the history
Sync GitHub Action config with DNS providers
  • Loading branch information
vanbroup authored Jun 17, 2021
2 parents 62e5b6d + a815fb5 commit 001a898
Showing 1 changed file with 47 additions and 47 deletions.
94 changes: 47 additions & 47 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -477,9 +477,6 @@ inputs:
DNS_ZONE:
description: "Domain name of the DNS zone"
required: false
DO_AUTH_TOKEN:
description: "Authentication token"
required: false
DODE_HTTP_TIMEOUT:
description: "API request timeout"
required: false
Expand All @@ -498,9 +495,6 @@ inputs:
DODE_TTL:
description: "The TTL of the TXT record used for the DNS challenge"
required: false
DO_HTTP_TIMEOUT:
description: "API request timeout"
required: false
DOMENESHOP_API_SECRET:
description: "API secret"
required: false
Expand All @@ -516,6 +510,12 @@ inputs:
DOMENESHOP_PROPAGATION_TIMEOUT:
description: "Maximum waiting time for DNS propagation"
required: false
DO_AUTH_TOKEN:
description: "Authentication token"
required: false
DO_HTTP_TIMEOUT:
description: "API request timeout"
required: false
DO_POLLING_INTERVAL:
description: "Time between DNS propagation check"
required: false
Expand Down Expand Up @@ -558,6 +558,21 @@ inputs:
DUCKDNS_TTL:
description: "The TTL of the TXT record used for the DNS challenge"
required: false
DYNU_API_KEY:
description: "API key"
required: false
DYNU_HTTP_TIMEOUT:
description: "API request timeout"
required: false
DYNU_POLLING_INTERVAL:
description: "Time between DNS propagation check"
required: false
DYNU_PROPAGATION_TIMEOUT:
description: "Maximum waiting time for DNS propagation"
required: false
DYNU_TTL:
description: "The TTL of the TXT record used for the DNS challenge"
required: false
DYN_CUSTOMER_NAME:
description: "Customer name"
required: false
Expand All @@ -576,24 +591,9 @@ inputs:
DYN_TTL:
description: "The TTL of the TXT record used for the DNS challenge"
required: false
DYNU_API_KEY:
description: "API key"
required: false
DYNU_HTTP_TIMEOUT:
description: "API request timeout"
required: false
DYNU_POLLING_INTERVAL:
description: "Time between DNS propagation check"
required: false
DYNU_PROPAGATION_TIMEOUT:
description: "Maximum waiting time for DNS propagation"
required: false
DYN_USER_NAME:
description: "User name"
required: false
DYNU_TTL:
description: "The TTL of the TXT record used for the DNS challenge"
required: false
EASYDNS_ENDPOINT:
description: "The endpoint URL of the API Server"
required: false
Expand Down Expand Up @@ -639,34 +639,34 @@ inputs:
EXOSCALE_TTL:
description: "The TTL of the TXT record used for the DNS challenge"
required: false
GANDI_API_KEY:
GANDIV5_API_KEY:
description: "API key"
required: false
GANDI_HTTP_TIMEOUT:
GANDIV5_HTTP_TIMEOUT:
description: "API request timeout"
required: false
GANDI_POLLING_INTERVAL:
GANDIV5_POLLING_INTERVAL:
description: "Time between DNS propagation check"
required: false
GANDI_PROPAGATION_TIMEOUT:
GANDIV5_PROPAGATION_TIMEOUT:
description: "Maximum waiting time for DNS propagation"
required: false
GANDI_TTL:
GANDIV5_TTL:
description: "The TTL of the TXT record used for the DNS challenge"
required: false
GANDIV5_API_KEY:
GANDI_API_KEY:
description: "API key"
required: false
GANDIV5_HTTP_TIMEOUT:
GANDI_HTTP_TIMEOUT:
description: "API request timeout"
required: false
GANDIV5_POLLING_INTERVAL:
GANDI_POLLING_INTERVAL:
description: "Time between DNS propagation check"
required: false
GANDIV5_PROPAGATION_TIMEOUT:
GANDI_PROPAGATION_TIMEOUT:
description: "Maximum waiting time for DNS propagation"
required: false
GANDIV5_TTL:
GANDI_TTL:
description: "The TTL of the TXT record used for the DNS challenge"
required: false
GCE_ALLOW_PRIVATE_ZONE:
Expand Down Expand Up @@ -1260,12 +1260,12 @@ inputs:
OS_TENANT_NAME:
description: "Tenant name (deprecated see OS_PROJECT_NAME and OS_PROJECT_ID)"
required: false
OS_USER_ID:
description: "User ID"
required: false
OS_USERNAME:
description: "Username"
required: false
OS_USER_ID:
description: "User ID"
required: false
OTC_DOMAIN_NAME:
description: "Domain name"
required: false
Expand Down Expand Up @@ -1897,19 +1897,19 @@ runs:
DNSPOD_PROPAGATION_TIMEOUT: ${{ inputs.DNSPOD_PROPAGATION_TIMEOUT }}
DNSPOD_TTL: ${{ inputs.DNSPOD_TTL }}
DNS_ZONE: ${{ inputs.DNS_ZONE }}
DO_AUTH_TOKEN: ${{ inputs.DO_AUTH_TOKEN }}
DODE_HTTP_TIMEOUT: ${{ inputs.DODE_HTTP_TIMEOUT }}
DODE_POLLING_INTERVAL: ${{ inputs.DODE_POLLING_INTERVAL }}
DODE_PROPAGATION_TIMEOUT: ${{ inputs.DODE_PROPAGATION_TIMEOUT }}
DODE_SEQUENCE_INTERVAL: ${{ inputs.DODE_SEQUENCE_INTERVAL }}
DODE_TOKEN: ${{ inputs.DODE_TOKEN }}
DODE_TTL: ${{ inputs.DODE_TTL }}
DO_HTTP_TIMEOUT: ${{ inputs.DO_HTTP_TIMEOUT }}
DOMENESHOP_API_SECRET: ${{ inputs.DOMENESHOP_API_SECRET }}
DOMENESHOP_API_TOKEN: ${{ inputs.DOMENESHOP_API_TOKEN }}
DOMENESHOP_HTTP_TIMEOUT: ${{ inputs.DOMENESHOP_HTTP_TIMEOUT }}
DOMENESHOP_POLLING_INTERVAL: ${{ inputs.DOMENESHOP_POLLING_INTERVAL }}
DOMENESHOP_PROPAGATION_TIMEOUT: ${{ inputs.DOMENESHOP_PROPAGATION_TIMEOUT }}
DO_AUTH_TOKEN: ${{ inputs.DO_AUTH_TOKEN }}
DO_HTTP_TIMEOUT: ${{ inputs.DO_HTTP_TIMEOUT }}
DO_POLLING_INTERVAL: ${{ inputs.DO_POLLING_INTERVAL }}
DO_PROPAGATION_TIMEOUT: ${{ inputs.DO_PROPAGATION_TIMEOUT }}
DO_TTL: ${{ inputs.DO_TTL }}
Expand All @@ -1924,18 +1924,18 @@ runs:
DUCKDNS_SEQUENCE_INTERVAL: ${{ inputs.DUCKDNS_SEQUENCE_INTERVAL }}
DUCKDNS_TOKEN: ${{ inputs.DUCKDNS_TOKEN }}
DUCKDNS_TTL: ${{ inputs.DUCKDNS_TTL }}
DYNU_API_KEY: ${{ inputs.DYNU_API_KEY }}
DYNU_HTTP_TIMEOUT: ${{ inputs.DYNU_HTTP_TIMEOUT }}
DYNU_POLLING_INTERVAL: ${{ inputs.DYNU_POLLING_INTERVAL }}
DYNU_PROPAGATION_TIMEOUT: ${{ inputs.DYNU_PROPAGATION_TIMEOUT }}
DYNU_TTL: ${{ inputs.DYNU_TTL }}
DYN_CUSTOMER_NAME: ${{ inputs.DYN_CUSTOMER_NAME }}
DYN_HTTP_TIMEOUT: ${{ inputs.DYN_HTTP_TIMEOUT }}
DYN_PASSWORD: ${{ inputs.DYN_PASSWORD }}
DYN_POLLING_INTERVAL: ${{ inputs.DYN_POLLING_INTERVAL }}
DYN_PROPAGATION_TIMEOUT: ${{ inputs.DYN_PROPAGATION_TIMEOUT }}
DYN_TTL: ${{ inputs.DYN_TTL }}
DYNU_API_KEY: ${{ inputs.DYNU_API_KEY }}
DYNU_HTTP_TIMEOUT: ${{ inputs.DYNU_HTTP_TIMEOUT }}
DYNU_POLLING_INTERVAL: ${{ inputs.DYNU_POLLING_INTERVAL }}
DYNU_PROPAGATION_TIMEOUT: ${{ inputs.DYNU_PROPAGATION_TIMEOUT }}
DYN_USER_NAME: ${{ inputs.DYN_USER_NAME }}
DYNU_TTL: ${{ inputs.DYNU_TTL }}
EASYDNS_ENDPOINT: ${{ inputs.EASYDNS_ENDPOINT }}
EASYDNS_HTTP_TIMEOUT: ${{ inputs.EASYDNS_HTTP_TIMEOUT }}
EASYDNS_KEY: ${{ inputs.EASYDNS_KEY }}
Expand All @@ -1951,16 +1951,16 @@ runs:
EXOSCALE_POLLING_INTERVAL: ${{ inputs.EXOSCALE_POLLING_INTERVAL }}
EXOSCALE_PROPAGATION_TIMEOUT: ${{ inputs.EXOSCALE_PROPAGATION_TIMEOUT }}
EXOSCALE_TTL: ${{ inputs.EXOSCALE_TTL }}
GANDI_API_KEY: ${{ inputs.GANDI_API_KEY }}
GANDI_HTTP_TIMEOUT: ${{ inputs.GANDI_HTTP_TIMEOUT }}
GANDI_POLLING_INTERVAL: ${{ inputs.GANDI_POLLING_INTERVAL }}
GANDI_PROPAGATION_TIMEOUT: ${{ inputs.GANDI_PROPAGATION_TIMEOUT }}
GANDI_TTL: ${{ inputs.GANDI_TTL }}
GANDIV5_API_KEY: ${{ inputs.GANDIV5_API_KEY }}
GANDIV5_HTTP_TIMEOUT: ${{ inputs.GANDIV5_HTTP_TIMEOUT }}
GANDIV5_POLLING_INTERVAL: ${{ inputs.GANDIV5_POLLING_INTERVAL }}
GANDIV5_PROPAGATION_TIMEOUT: ${{ inputs.GANDIV5_PROPAGATION_TIMEOUT }}
GANDIV5_TTL: ${{ inputs.GANDIV5_TTL }}
GANDI_API_KEY: ${{ inputs.GANDI_API_KEY }}
GANDI_HTTP_TIMEOUT: ${{ inputs.GANDI_HTTP_TIMEOUT }}
GANDI_POLLING_INTERVAL: ${{ inputs.GANDI_POLLING_INTERVAL }}
GANDI_PROPAGATION_TIMEOUT: ${{ inputs.GANDI_PROPAGATION_TIMEOUT }}
GANDI_TTL: ${{ inputs.GANDI_TTL }}
GCE_ALLOW_PRIVATE_ZONE: ${{ inputs.GCE_ALLOW_PRIVATE_ZONE }}
GCE_POLLING_INTERVAL: ${{ inputs.GCE_POLLING_INTERVAL }}
GCE_PROJECT: ${{ inputs.GCE_PROJECT }}
Expand Down Expand Up @@ -2158,8 +2158,8 @@ runs:
OS_PROJECT_NAME: ${{ inputs.OS_PROJECT_NAME }}
OS_REGION_NAME: ${{ inputs.OS_REGION_NAME }}
OS_TENANT_NAME: ${{ inputs.OS_TENANT_NAME }}
OS_USER_ID: ${{ inputs.OS_USER_ID }}
OS_USERNAME: ${{ inputs.OS_USERNAME }}
OS_USER_ID: ${{ inputs.OS_USER_ID }}
OTC_DOMAIN_NAME: ${{ inputs.OTC_DOMAIN_NAME }}
OTC_HTTP_TIMEOUT: ${{ inputs.OTC_HTTP_TIMEOUT }}
OTC_IDENTITY_ENDPOINT: ${{ inputs.OTC_IDENTITY_ENDPOINT }}
Expand Down

0 comments on commit 001a898

Please sign in to comment.