Removes CloudFlare DNS record by ID or record name.
name: example
on:
pull_request:
type: [closed]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: infraway/[email protected]
with:
name: "review.example.com"
token: ${{ secrets.CLOUDFLARE_TOKEN }}
zone: ${{ secrets.CLOUDFLARE_ZONE }}
docker run -it --rm \
-e "INPUT_TOKEN=1" \
-e "INPUT_ZONE=2" \
-e "INPUT_NAME=review.example.com" \
infraway/cloudflare-delete-dns-record
The scripts and documentation in this project are released under the MIT License.