fix cron?
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 5m2s
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 5m2s
This commit is contained in:
2
.github/workflows/cron.yml
vendored
2
.github/workflows/cron.yml
vendored
@@ -14,4 +14,4 @@ jobs:
|
||||
curl --request POST \
|
||||
--url 'bot-stats.lucids-cove.duckdns.org/api/graphql' \
|
||||
--header 'x-api-key: ${{ secrets.NEXT_PUBLIC_API_TOKEN }}' \
|
||||
--data '{ "query": "Cron { cronJob( mutationKey: ${{ secrets.GRAPHQL_MUTATION_KEY }} ) { commandResponses createdAt linksDeleted timesTriggered updatedAt } }" }'
|
||||
--data '{ "query": "mutation Cron { cronJob(mutationKey: \"${{ secrets.GRAPHQL_MUTATION_KEY }}\") { commandResponses createdAt linksDeleted timesTriggered updatedAt } }" }'
|
||||
|
||||
Reference in New Issue
Block a user