GitHub Actions is currently disabled for my account #207102
Replies: 5 comments 3 replies
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
|
That exact banner is different from a repository-level Actions policy. GitHub documents that when the message says “GitHub Actions is currently disabled for your account,” changing the repository settings will not restore access; the account is in a separate GitHub-controlled disabled state and GitHub Support must review it: I would submit a ticket at https://support.github.com/contact while signed in as the owner of
Do not include tokens, secrets, or the contents of private repository files. The community can help diagnose YAML and permissions, but it cannot remove an account-level restriction; only Support can do that. |
|
Thanks for the detailed report. This looks like an account-level GitHub Actions restriction, rather than an issue with the workflow file itself. GitHub's documentation specifically notes that when the message “GitHub Actions is currently disabled for your account” appears, changing the repository's Actions settings will not restore access because the account may be in a separate GitHub-controlled disabled state. In that situation, GitHub Support needs to review the restriction. Since you have already contacted Support and could not find an Actions-specific category, I would recommend submitting the request through the general GitHub Support portal and clearly mentioning:
GitHub's documentation confirms that Support can assist with GitHub Actions issues. I would also avoid repeatedly changing repository Actions settings, because an account-level restriction cannot be resolved from the repository settings. The most appropriate next step is for GitHub Support to review why the account was restricted and determine whether Actions can be re-enabled. Hopefully Support can clarify the reason for the restriction and restore Actions if the repository and workflow comply with GitHub's policies. |
|
I’m also experiencing the same issue where GitHub Actions is disabled at the account level, even though my repository’s Actions settings are configured correctly. I have already checked the repository settings, but the message “GitHub Actions is currently disabled for your account” still appears. Has anyone received a response from GitHub Support or found a way to get the account-level restriction reviewed and Actions re-enabled? Any guidance would be appreciated. Thank you! |
That's an account-level restriction, not something the workflow file can trigger or fix — GitHub turns Actions off for a whole account when Trust & Safety flags it, or when there's a billing/policy block behind the scenes. A few things are worth checking, and the repo support form won't help because the restriction isn't on the repo, it's on you.
|
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Other
Discussion Details
GitHub Actions is currently disabled for my account.
Repository:
https://github.com/balaji-sangana/secverify
When I open the Actions page, GitHub displays:
"GitHub Actions is currently disabled for your account. Please reach out to GitHub Support for assistance."
I maintain this open-source security testing project and have added a GitHub Actions workflow:
.github/workflows/secverify-review.yml
The workflow is intended to run automated security code review and generate SARIF results for GitHub Code Scanning.
However, no workflow runs can start because GitHub Actions appears to be disabled at the account level.
I already attempted to contact GitHub Support, but the repository support form did not provide a GitHub Actions option.
Could someone please advise why Actions is disabled for my account and how I can have the restriction reviewed or re-enabled?
Thank you.
All reactions