Skip to content
Discussion options

You must be logged in to vote

This usually happens when something is continuously hitting the GraphQL API in the background. Since only your graphql limit is exhausted (5004/5000) and everything else looks fine, it’s likely one of these:

A script, bot, or service using your token (CI job, local script, cron, etc.)

A GitHub app or integration authorized on your account

An editor/IDE extension repeatedly querying GraphQL

An old token leaked or still in use somewhere

A few things you can try:

Check Settings → Developer settings → Personal access tokens and revoke unused tokens

Review Authorized GitHub Apps

Temporarily disable CI/workflows or local scripts

Generate a new token and update only the places you actually need

O…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@pdparchitect
Comment options

Answer selected by althafdemiandra

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
other General topics and discussions that don't fit into other categories, but are related to GitHub Question Ask and answer questions about GitHub features and usage
4 participants