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

author
Alexandre BRUYANT
Nov 16, 2021
50c06cf · Nov 16, 2021

History

4 Commits
Nov 16, 2021
Aug 14, 2021
Aug 14, 2021
Aug 14, 2021
Aug 14, 2021
Aug 14, 2021
Aug 14, 2021

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