Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

alechartung/delete-dns-record

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delete DNS Record Action for GitHub

Deletes CloudFlare DNS record by ID or record name.

Usage via Github Actions

name: example
on:
  pull_request:
    type: [closed]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: infraway/delete-dns-record@v1
        with:
          name: "review.example.com"
          token: ${{ secrets.CLOUDFLARE_TOKEN }}
          zone: ${{ secrets.CLOUDFLARE_ZONE }}

Usage via docker image

docker run -it --rm \
  -e "INPUT_TOKEN=1" \
  -e "INPUT_ZONE=2" \
  -e "INPUT_NAME=review.example.com" \
  infraway/cloudflare-delete-dns-record 

License

The scripts and documentation in this project are released under the MIT License.

About

Delete DNS Record Action for GitHub

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 80.5%
  • Shell 10.4%
  • Dockerfile 9.1%