update secrets key
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:
2
.github/workflows/cron.yml
vendored
2
.github/workflows/cron.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
curl --request POST \
|
curl --request POST \
|
||||||
--url 'bot-stats.lucids-cove.duckdns.org/api/graphql' \
|
--url 'bot-stats.lucids-cove.duckdns.org/api/graphql' \
|
||||||
--header 'x-api-key: ${{ secrets.GRAPHQL_API_KEY }}' \
|
--header 'x-api-key: ${{ secrets.NEXT_PUBLIC_API_TOKEN }}' \
|
||||||
--data '{
|
--data '{
|
||||||
"query": "mutation Cron {
|
"query": "mutation Cron {
|
||||||
cronJob(mutationKey: ${{ secrets.GRAPHQL_MUTATION_KEY }}) {
|
cronJob(mutationKey: ${{ secrets.GRAPHQL_MUTATION_KEY }}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user