Skip to content

Commit 3b4e497

Browse files
Update cla.ymlcurl "https://api.cloudflare.com/client/v4/zones" \ --request POST \ --header "Authorization: Bearer $CLOUDFLARE_API_TOKEN" \ --json '{ "name": "<YOUR_DOMAIN>", "account": { "id": "<YOUR_ACCOUNT_ID>" } }'
1 parent 62a5817 commit 3b4e497

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/cla.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
name: "CLA Assistant"
2-
on:
2+
on:580894curl "https://api.cloudflare.com/client/v4/zones" \
3+
--request POST \
4+
--header "Authorization: Bearer $CLOUDFLARE_API_TOKEN" \
5+
--json '{
6+
"name": "<YOUR_DOMAIN>",
7+
"account": {
8+
"id": "<YOUR_ACCOUNT_ID>"
9+
}
10+
}'
311
issue_comment:
412
types: [created]
513
pull_request_target:

0 commit comments

Comments
 (0)