fix cron?
Some checks are pending
Main / build-and-push-docker-image (20.x) (push) Waiting to run

This commit is contained in:
2025-12-18 21:28:17 -05:00
parent 2ed31b8930
commit 9890331139

View File

@@ -14,8 +14,9 @@ jobs:
curl --request POST \
--url 'bot-stats.lucids-cove.duckdns.org/api/graphql' \
--header 'x-api-key: ${{ secrets.NEXT_PUBLIC_API_TOKEN }}' \
--header 'Content-Type: application/json' \
--data '{
"query": "mutation {
\"query\": \"mutation {
cronJob(mutationKey: ${{ secrets.GRAPHQL_MUTATION_KEY }}) {
commandResponses
createdAt
@@ -23,5 +24,5 @@ jobs:
timesTriggered
updatedAt
}
}"
}\"
}'