mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 22:05:14 +00:00
Add Cloudflare token to test workflow environment
Now includes both DNS provider tokens: - DNSIMPLE_ACCOUNT_NUMBER for DNSimple zones - CLOUDFLARE_TOKEN for Cloudflare zones (hackclub.com)
This commit is contained in:
parent
83fc2625bb
commit
621689c37f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -16,3 +16,4 @@ jobs:
|
|||
run: ./bin/dry-run
|
||||
env:
|
||||
DNSIMPLE_ACCOUNT_NUMBER: ${{ secrets.DNSIMPLE_ACCOUNT_NUMBER }}
|
||||
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue