This commit is contained in:
12
.github/workflows/cron.yml
vendored
12
.github/workflows/cron.yml
vendored
@@ -15,14 +15,4 @@ jobs:
|
||||
--url 'https://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 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