update secrets key
Some checks are pending
Main / build-and-push-docker-image (20.x) (push) Waiting to run

This commit is contained in:
2025-12-10 19:12:46 -05:00
parent f37f781d4e
commit 80730ab549

View File

@@ -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 }}) {