mirror of
https://github.com/koenrh/dnscontrol-action.git
synced 2025-01-26 08:58:21 +08:00
Specify provider type in creds.json
This commit is contained in:
parent
0f6653d9a0
commit
bf7f7ddd4c
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ and then define the `creds.json` file as follows.
|
|||
```json
|
||||
{
|
||||
"cloudflare":{
|
||||
"TYPE": "CLOUDFLAREAPI",
|
||||
"apitoken": "$CLOUDFLARE_API_TOKEN"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue