Creates or update CloudFlare dnslink.
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: XueMoMo/[email protected]
with:
name: "review.example.com"
cid: "Qmaosiodjjkfjaklsjdkjklfjklajskjdklf"
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.
CloudFlare DNSLink is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.