diff --git a/.github/workflows/github-id.yml b/.github/workflows/github-id.yml deleted file mode 100644 index b896fbaf7..000000000 --- a/.github/workflows/github-id.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: GitHub ID - -on: - push: - paths: - - "domains/*.json" - -jobs: - update: - name: Update - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - token: ${{ secrets.GITHUB_TOKEN }} - repository: ${{ github.event.pull_request.head.repo.full_name }} - ref: ${{ github.head_ref }} - - - name: Get changed files - id: files - uses: jitterbit/get-changed-files@v1 - with: - format: "space-delimited" - - - name: Run script - uses: is-a-dev/github-id-script@v1.0.2 - with: - files: ${{ steps.files.outputs.all }} - token: ${{ secrets.GITHUB_TOKEN }} - - - name: Commit - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_user_name: "GitHub Actions" - commit_user_email: "actions@github.com" - commit_message: "chore: add github user id" - skip_checkout: true diff --git a/domains/agn.json b/domains/agn.json new file mode 100644 index 000000000..f1645fc14 --- /dev/null +++ b/domains/agn.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "agnesmonret", + "email": "agnesmoret@proton.me", + "discord": "694917200720429066" + }, + + "record": { + "CNAME": "agnesmonret.github.io" + } + } + \ No newline at end of file diff --git a/domains/almaz.json b/domains/almaz.json index cef326b10..c5fa7718d 100644 --- a/domains/almaz.json +++ b/domains/almaz.json @@ -4,7 +4,7 @@ "email": "almazgamer228@gmail.com" }, "record": { - "A": ["109.71.252.37"], + "A": ["45.11.229.211"], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } diff --git a/domains/dashboard.almaz.json b/domains/dashboard.almaz.json index 198614812..ffc498009 100644 --- a/domains/dashboard.almaz.json +++ b/domains/dashboard.almaz.json @@ -1,12 +1,13 @@ { - "owner": { - "username": "AlmaziikDev", - "email": "almazgamer228@gmail.com", - "discord": "718458417232085104" - }, - - "record": { - "A": ["109.71.252.37"] - } - } - \ No newline at end of file + "owner": { + "username": "AlmaziikDev", + "email": "almazgamer228@gmail.com", + "discord": "718458417232085104", + "github_id": 132609906 + }, + "record": { + "A": [ + "45.11.229.211" + ] + } +} \ No newline at end of file diff --git a/domains/kirill-adamuk.json b/domains/kirill-adamuk.json new file mode 100644 index 000000000..752d36fa3 --- /dev/null +++ b/domains/kirill-adamuk.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "superhorsy", + "email": "adamuk.kirill@gmail.com" + }, + "record": { + "CNAME": "superhorsy.github.io" + } +} diff --git a/domains/suki.json b/domains/suki.json new file mode 100644 index 000000000..a3d5501ed --- /dev/null +++ b/domains/suki.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SukiPlayz", + "email": "sukimayoo@outlook.com" + }, + "record": { + "A": ["69.30.249.53"] + } +} diff --git a/domains/zync.kenny.json b/domains/zync.kenny.json new file mode 100644 index 000000000..a206964f4 --- /dev/null +++ b/domains/zync.kenny.json @@ -0,0 +1,16 @@ +{ + "owner": { + "username": "KennySB-dev", + "email": "kennybugeja@gmail.com", + "discord": "kenny.sb", + "github_id": 75525014 + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] + } +}