Update .github/workflows/cron.yml
Some checks are pending
Main / build-and-push-docker-image (20.x) (push) Waiting to run
Some checks are pending
Main / build-and-push-docker-image (20.x) (push) Waiting to run
This commit is contained in:
10
.github/workflows/cron.yml
vendored
10
.github/workflows/cron.yml
vendored
@@ -15,13 +15,5 @@ jobs:
|
|||||||
--url 'bot-stats.lucids-cove.duckdns.org/api/graphql' \
|
--url 'bot-stats.lucids-cove.duckdns.org/api/graphql' \
|
||||||
--header 'x-api-key: ${{ secrets.NEXT_PUBLIC_API_TOKEN }}' \
|
--header 'x-api-key: ${{ secrets.NEXT_PUBLIC_API_TOKEN }}' \
|
||||||
--data '{
|
--data '{
|
||||||
"query": "mutation {
|
"query": "Cron { cronJob( mutationKey: ${{ secrets.GRAPHQL_MUTATION_KEY }} ) { commandResponses createdAt linksDeleted timesTriggered updatedAt } }"
|
||||||
cronJob(mutationKey: ${{ secrets.GRAPHQL_MUTATION_KEY }}) {
|
|
||||||
commandResponses
|
|
||||||
createdAt
|
|
||||||
linksDeleted
|
|
||||||
timesTriggered
|
|
||||||
updatedAt
|
|
||||||
}
|
|
||||||
}"
|
|
||||||
}'
|
}'
|
||||||
|
|||||||
Reference in New Issue
Block a user