-
I've been facing this error for a while now, I have no idea what it is. I've already tried using [
{
name: 'traffic',
result: { error: { message: 'Insufficient token scopes' } }
}
] |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Check the permissions on the token in your repo secrets. |
Beta Was this translation helpful? Give feedback.
-
Per the read me it shows that when it is missing a scope.: |
Beta Was this translation helpful? Give feedback.
-
I was able to resolve the issue by changing the |
Beta Was this translation helpful? Give feedback.
I was able to resolve the issue by changing the
repositories: 150
setting torepositories: 78
. Apparently the problem was the Github API rate limit. But I'm going to keep issue #1558 open because I think the error returned doesn't match the apparent problem.