Failed to queue workflow run: Bad request - Actions has been disabled for this user. #207375
🏷️ Discussion TypeBug BodyFailed to queue workflow run: Bad request - Actions has been disabled for this user. |
Replies: 2 comments
|
That message is different from a repository's normal Actions policy. GitHub's documentation explicitly says that when Actions is in a GitHub-controlled disabled state for the account, changing the repository's Actions permissions will not restore access; GitHub Support has to review it. Open a ticket through the GitHub Support portal while signed in to the affected account. Include:
There may be no workflow-run URL or logs to attach because the request is rejected before a run is queued; say that in the ticket. The empty GitHub-hosted runners list is not evidence of a missing runner registration—persistent entries on that page are for self-hosted runners, while GitHub-hosted runners are assigned when jobs queue. The relevant GitHub note is under Managing GitHub Actions settings for a repository, and GitHub also lists the information Support normally requests in Getting help with GitHub Actions. I would not change the workflow YAML or install a self-hosted runner for this error: neither can bypass an account-level disabled state. |
|
Thank you, for your comment. |
That message is different from a repository's normal Actions policy. GitHub's documentation explicitly says that when Actions is in a GitHub-controlled disabled state for the account, changing the repository's Actions permissions will not restore access; GitHub Support has to review it.
Open a ticket through the GitHub Support portal while signed in to the affected account. Include:
Failed to queue workflow run: Bad request - Actions has been disabled for this user;