Creates a new CloudFlare DNS record.
Add CLOUDFLARE_TOKEN and CLOUDFLARE_ZONE to the repository secrets.
name: example
on:
pull_request:
type: [opened, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: rez0n/[email protected]
with:
type: "A"
name: "review.example.com"
content: "8.8.8.8"
ttl: 1
proxied: true
token: ${{ secrets.CLOUDFLARE_TOKEN }}
zone: ${{ secrets.CLOUDFLARE_ZONE }}
Use full qualified domain name to update if it exist
The scripts and documentation in this project are released under the MIT License.