From 368ce50ec03204a3d5f8273032e86730944af1bd Mon Sep 17 00:00:00 2001 From: Yaksh Bariya Date: Sun, 6 Aug 2023 12:04:05 +0530 Subject: [PATCH 1/2] verify domain for github Looks like GitHub now needs this to ensure that the domain is actually owned by the person trying to host GitHub Pages --- domains/_github-pages-challenge-thunder-coding.cd.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-thunder-coding.cd.json diff --git a/domains/_github-pages-challenge-thunder-coding.cd.json b/domains/_github-pages-challenge-thunder-coding.cd.json new file mode 100644 index 000000000..8f5ad3977 --- /dev/null +++ b/domains/_github-pages-challenge-thunder-coding.cd.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "thunder-coding", + "email": "yakshbari4@gmail.com", + "discord": "codingthunder" + }, + "records": { + "TXT": "f56bab0740238435ae2bfe3a7d9283" + } +} From cb02d444e411ae597bd4fc8864b46180f7348128 Mon Sep 17 00:00:00 2001 From: Yaksh Bariya Date: Sun, 6 Aug 2023 12:12:35 +0530 Subject: [PATCH 2/2] s/records/record --- domains/_github-pages-challenge-thunder-coding.cd.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_github-pages-challenge-thunder-coding.cd.json b/domains/_github-pages-challenge-thunder-coding.cd.json index 8f5ad3977..c4385549c 100644 --- a/domains/_github-pages-challenge-thunder-coding.cd.json +++ b/domains/_github-pages-challenge-thunder-coding.cd.json @@ -4,7 +4,7 @@ "email": "yakshbari4@gmail.com", "discord": "codingthunder" }, - "records": { + "record": { "TXT": "f56bab0740238435ae2bfe3a7d9283" } }