GitHub Actions disabled on my personal account (free plan, self-hosted runners only) #203252
Replies: 1 comment
|
Thank you for your interest in contributing to our community! We currently only accept discussions created through the GitHub UI using our provided discussion templates. Please re-submit your discussion by navigating to the appropriate category and using the template provided. This discussion has been closed because it was not submitted through the expected format. If you believe this was a mistake, please reach out to the maintainers. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
Since around May 18, 2026, every attempt to run a workflow on my private
repository fails with:
HTTP 422: Actions has been disabled for this user.
This affects both
workflow_dispatch(API and web UI) and tag-push triggers.The repository's Actions settings show
enabled: true / allowed_actions: all,and both workflows are in state
active. Runs completed successfully untilMay 18, 2026.
My account is on the Free plan and my workflows exclusively use self-hosted
runners (my own machines), so no billable GitHub-hosted minutes are consumed.
I noticed five auto-created $0 budgets with "Stop usage: Yes" in the new
Budgets and alerts page; I have removed/disabled the ones for Actions and
Packages on July 28, but the block persists more than an hour later.
Could you please tell me why Actions is disabled for my account, and
re-enable it?
Thank you!
All reactions