Skip to content

Simple GitHub action to refresh a DNS zone using the OVH API.

License

Notifications You must be signed in to change notification settings

CrispyBaguette/ovh-dns-refresh-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OVH refresh DNS zone

This action refreshes a DNS zone using the OVH API.

Inputs

application-key

Required Application key.

application-secret

Required Application secret.

consumer-key

Required Consumer key.

api-endpoint

API endpoint. Defaults to ovh-eu.

dns-zone

Required DNS zone.

Example usage

uses: CrispyBaguette/ovh-dns-refresh-action@v1.0
with:
  application-key: foo
  application-secret: bar
  consumer-key: far
  api-endpoint: ovh-us
  dns-zone: example.com

About

Simple GitHub action to refresh a DNS zone using the OVH API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published