Merge branch 'main' into main

This commit is contained in:
phoenix
2024-01-27 10:48:12 +00:00
committed by GitHub
26 changed files with 245 additions and 23 deletions
+4 -2
View File
@@ -1,5 +1,7 @@
* @phenax
.github/ @wdhdev
domains/ @is-a-dev/maintainers
/.github/ @wdhdev
/.github/CODEOWNERS @phenax
/domains/ @is-a-dev/maintainers
*.md @is-a-dev/maintainers
+47
View File
@@ -0,0 +1,47 @@
name: Raw API
on:
push:
branches: [main]
paths:
- "domains/*"
- ".github/workflows/raw-api.yml"
workflow_dispatch:
concurrency:
group: ${{ github.ref }}-raw-api
cancel-in-progress: true
jobs:
update:
name: Update
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: is-a-dev/raw-api
path: raw-api
token: ${{ secrets.BOT }}
- uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Update Data
run: node raw-api/scripts/update.js
- name: Commit
uses: cpina/github-action-push-to-another-repository@main
with:
source-directory: "raw-api"
destination-github-username: is-a-dev
destination-repository-name: raw-api
user-email: is-a-dev@win11react.com
user-name: is-a-dev-bot
commit-message: "Update Data via is-a-dev/register"
env:
API_TOKEN_GITHUB: ${{ secrets.BOT }}
@@ -0,0 +1,10 @@
{
"owner": {
"username": "Stef-00012",
"email": "admin@stefdp.is-a.dev",
"discord": "694986201739952229"
},
"record": {
"TXT": ["7d2f026325a7a6b08efdb7c6031370"]
}
}
@@ -0,0 +1,10 @@
{
"owner": {
"username": "Stef-00012",
"email": "admin@stefdp.is-a.dev",
"discord": "694986201739952229"
},
"record": {
"TXT": ["bd419a0cfdcbf998e7de1e486cbb4c"]
}
}
@@ -0,0 +1,10 @@
{
"owner": {
"username": "Stef-00012",
"email": "admin@stefdp.is-a.dev",
"discord": "694986201739952229"
},
"record": {
"TXT": ["27c2dc9cd3e8a0a37947e82ab6f637"]
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "Asicalug",
"email": "isaac.poissinger@gmail.com"
},
"record": {
"CNAME": "asicalug.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "calamitywoah",
"email": "krivojta@gmail.com",
"discord": "981555580495867964"
},
"record": {
"CNAME": "calamitywoah.github.io"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "GMR828",
"email": "tibomoerman1@gmail.com"
},
"record": {
"A": ["69.30.249.53"]
}
}
+3 -5
View File
@@ -1,11 +1,9 @@
{
"description": "a discord bot website",
"repo": "https://github.com/botstudios",
"owner": {
"username": "BotStudios",
"email": "tojoeleeofficial@gmail.com"
"username": "is-a-dev",
"email": "phenax5@gmail.com"
},
"record": {
"CNAME": "botstudios.github.io"
"URL": "https://discord.gg/PZCGHz4RhQ"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "Gabituss",
"email": "gabit.mail@yandex.ru"
},
"record": {
"A": ["141.8.195.113"]
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "hitesh-can-code",
"email": "hiteshofficalyt@gmail.com"
},
"record": {
"CNAME": "hvlxh.pages.dev"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "ittranducloc",
"email": "it.tranducloc@gmail.com"
},
"record": {
"URL": "https://github.com/ittranducloc"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "jkdevil27",
"email": "jrexweb@gmail.com"
},
"record": {
"CNAME": "ghs.google.com"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "libyzxy0",
"email": "janlibydelacosta@gmail.com"
},
"record": {
"URL": "https://libyzxy0.xyz"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "me-nkr",
"email": "thenaveenkr7@gmail.com"
},
"record": {
"URL": "https://dev.menkr.in"
}
}
+2 -2
View File
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
"email": "phenax5@gmail.com"
"username": "wdhdev",
"email": "william@williamharrison.dev"
},
"record": {
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "m2ncef",
"email": "moncxff@gmail.com"
},
"record": {
"URL": "https://m2ncef.github.io/"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "PRODEFIX",
"email": "prodefix.ytb@gmail.com"
},
"record": {
"CNAME": "prodefix.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Rob.Is-A.Dev Website",
"repo": "https://melroser.github.io",
"owner": {
"username": "melroser",
"email": "biz@eml.cc"
},
"record": {
"CNAME": "melroser.github.io"
}
}
-13
View File
@@ -1,13 +0,0 @@
{
"description": "rosset-nocpes.is-a.dev",
"repo": "https://github.com/rosset-nocpes/rosset-nocpes.github.io",
"owner": {
"username": "rosset-nocpes",
"email": "rosset.nocpes@skiff.com",
"twitter": "CoderPY4",
"discord": "rosset.nocpes"
},
"record": {
"CNAME": "rosset-nocpes.github.io"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "secredasho",
"email": "dtran072712@outlook.com"
},
"record": {
"CNAME": "secredasho.github.io"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "TobezDev",
"email": "therealtobes28@gmail.com"
},
"record": {
"CNAME": "tobez.dev"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "hussain22g",
"email": "hussainaltahoo944@gmail.com"
},
"record": {
"CNAME": "ho2.pages.dev"
}
}
+1 -1
View File
@@ -4,6 +4,6 @@
"email": "vachanmn123@gmail.com"
},
"record": {
"URL": "https://vachanmn.tech"
"CNAME": "edge.redirect.pizza"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "Its-VrxxDev",
"email": "vrxxdev@gmail.com"
},
"record": {
"CNAME": "5c89de66-4d03-4838-842d-4745a6da887d-00-mv6wfn8khxkg.pike.replit.dev"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "YieldRay",
"email": "yieldray@outlook.com"
},
"record": {
"URL": "https://ray.deno.dev/"
}
}