expertlead / delete-dns-record

Delete DNS Record Action for GitHub

Home Page:https://github.com/marketplace/actions/delete-dns-record

Repository from Github https://github.comexpertlead/delete-dns-recordRepository from Github https://github.comexpertlead/delete-dns-record

Delete DNS Record Action for GitHub

Deletes CloudFlare DNS record by ID or record name.

Usage

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

License

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

About

Delete DNS Record Action for GitHub

https://github.com/marketplace/actions/delete-dns-record

License:MIT License


Languages

Language:JavaScript 100.0%