Update publish.yml

This commit is contained in:
William Harrison
2024-11-01 20:37:11 +08:00
committed by GitHub
parent 68fc364650
commit 1169b05a64
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- name: Generate creds.json
run: echo '{"cloudflare":{"TYPE":"CLOUDFLAREAPI","apitoken":"$CLOUDFLARE_API_TOKEN"}}' > ./creds.json
run: echo '{"cloudflare":{"TYPE":"CLOUDFLAREAPI","apitoken":"$CLOUDFLARE_API_TOKEN"},"no_ns":"true"}' > ./creds.json
- name: Publish
uses: is-a-dev/dnscontrol-action@main