From d3a1a0b5d4fbfbbfdc49c60858f4e3bb206a874b Mon Sep 17 00:00:00 2001 From: Lucid Date: Sat, 7 Feb 2026 00:06:31 -0500 Subject: [PATCH] Update .github/workflows/cron.yml --- .github/workflows/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 119e716..631b5ef 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -13,7 +13,7 @@ jobs: - name: Daily cron job | Create new dailyStats document. run: | curl --request POST \ - --url 'https://bot-stats.werewolfkid.momnster/api/graphql' \ + --url 'https://bot-stats.werewolfkid.monster/api/graphql' \ --header 'x-api-key: ${{ secrets.NEXT_PUBLIC_API_TOKEN }}' \ --header 'Content-Type: application/json' \ --data '{ "query": "mutation Cron { cronJob ( mutationKey: \"${{ secrets.GRAPHQL_MUTATION_KEY }}\" ) { commandResponses createdAt linksDeleted timesTriggered updatedAt } }" }' \