Skip to content

Simple GitHub action to update a DNS records using the OVH API.

License

Notifications You must be signed in to change notification settings

CrispyBaguette/ovh-dns-alter-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

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OVH alter DNS record

This action updates an existing DNS record 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.

record-id

Required DNS record id.

subdomain

Subdomain.

target

DNS record target.

ttl

DNS record TTL.

Example usage

uses: CrispyBaguette/ovh-dns-alter-action@v1.1
with:
  application-key: foo
  application-secret: bar
  consumer-key: far
  api-endpoint: ovh-us
  dns-zone: example.com
  record-id: 42
  target: "new_record_value"

About

Simple GitHub action to update a DNS records using the OVH API.

Resources

License

Stars

Watchers

Forks

Packages