diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml new file mode 100644 index 000000000..3f0f2eafc --- /dev/null +++ b/.github/workflows/prettier.yml @@ -0,0 +1,34 @@ +name: Prettier + +on: + push: + branches: [main] + paths: + - "domains/*" + - ".github/workflows/prettier.yml" + +jobs: + format: + name: Format + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + + - uses: actions/setup-node@v4 + with: + node-version: 20.x + + - name: Run Prettier + run: npx -y prettier ./domains -w --tab-width 2 --print-width 120 + + - name: Commit + uses: cpina/github-action-push-to-another-repository@main + with: + source-directory: "." + destination-github-username: is-a-dev + destination-repository-name: register + user-email: "actions@github.com" + user-name: "GitHub Actions" + env: + API_TOKEN_GITHUB: ${{ secrets.BOT }} diff --git a/.github/workflows/raw-api.yml b/.github/workflows/raw-api.yml index 35680dc72..4ba2bd85d 100644 --- a/.github/workflows/raw-api.yml +++ b/.github/workflows/raw-api.yml @@ -40,7 +40,7 @@ jobs: source-directory: "raw-api" destination-github-username: is-a-dev destination-repository-name: raw-api - user-email: actions@github.com + user-email: "actions@github.com" user-name: "GitHub Actions" env: API_TOKEN_GITHUB: ${{ secrets.BOT }} diff --git a/domains/_discord.betaprj.akk1to.json b/domains/_discord.betaprj.akk1to.json new file mode 100644 index 000000000..3fbd209cf --- /dev/null +++ b/domains/_discord.betaprj.akk1to.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "akk1to", + "email": "akk1to.dev@gmail.com", + "discord": "727497287777124414" + }, + "record": { + "TXT": ["dh=e1e17c98197b35ff9ed4eef8a473fa86fa3106b8"] + } +} diff --git a/domains/_vercel.jake.json b/domains/_vercel.jake.json new file mode 100644 index 000000000..08c660da0 --- /dev/null +++ b/domains/_vercel.jake.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "xzrci", + "email": "" + }, + "record": { + "TXT": ["vc-domain-verify=jake.is-a.dev,1075ab07de85fa87e8cd"] + } +} diff --git a/domains/_vercel.ukino.json b/domains/_vercel.ukino.json new file mode 100644 index 000000000..8540ac80e --- /dev/null +++ b/domains/_vercel.ukino.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ukinon", + "email": "arfianoj@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=ukino.is-a.dev,abcf9c3157f2470d8c51"] + } +} diff --git a/domains/abiapp789.json b/domains/abiapp789.json index 8d7a8b8bc..4472f5420 100644 --- a/domains/abiapp789.json +++ b/domains/abiapp789.json @@ -5,6 +5,6 @@ "email": "abiapp2024@gmail.com" }, "record": { - "CNAME": "abiapp789.github.io" + "CNAME": "trytodownloadme.rf.gd" } } diff --git a/domains/jaideep.json b/domains/jaideep.json index 614334fb5..59a6fe0c5 100644 --- a/domains/jaideep.json +++ b/domains/jaideep.json @@ -4,6 +4,6 @@ "email": "jaideepmato7@gmail.com" }, "record": { - "CNAME": "jai-deep.pages.dev" + "CNAME": "piyush10f.vercel.app" } } diff --git a/domains/jake.json b/domains/jake.json index 091329342..2e5c97792 100644 --- a/domains/jake.json +++ b/domains/jake.json @@ -1,11 +1,9 @@ { - "description": "Jake's personal website and blog.", - "repo": "https://github.com/j-eo/j-eo.github.io", "owner": { - "username": "j-eo", - "email": "website-contact.nem2h@silomails.com" + "username": "xzrci", + "email": "" }, "record": { - "CNAME": "jakeanto.pages.dev" + "CNAME": "xzrci.vercel.app" } } diff --git a/domains/masseo.json b/domains/masseo.json new file mode 100644 index 000000000..c47cca342 --- /dev/null +++ b/domains/masseo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "matte-oss", + "email": "7sz8jlw6h@mozmail.co" + }, + "record": { + "CNAME": "hashnode.network" + } +} diff --git a/domains/ukino.json b/domains/ukino.json new file mode 100644 index 000000000..cf8775b36 --- /dev/null +++ b/domains/ukino.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ukinon" + }, + "record": { + "CNAME": "ukino.vercel.app" + } +}