Github Actions is currently disabled for this repository. #166974
-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
|
Hey! I can see from your screenshots that GitHub Actions is currently disabled for your repository. This is a common issue with a straightforward solution. What's Happening Actions were manually disabled in repository settings Organization-level policies are blocking Actions There's a billing or account limitation How to Fix It Click Settings tab Scroll down to Actions in the left sidebar Look at the "Actions permissions" section Step 2: Enable Actions Allow all actions and reusable workflows (most permissive) Disable actions (currently selected - this is your problem!) Allow [organization] actions and reusable workflows Allow [organization] and select non-[organization] actions and reusable workflows Solution: Select the first option "Allow all actions and reusable workflows" instead of "Disable actions" Step 3: Save Changes If That Doesn't Work Go to your organization settings Navigate to Actions → General Ensure Actions are enabled at the organization level Contact Support Quick Test Going to the Actions tab Creating a simple workflow The error message should disappear This should resolve the "GitHub Actions is currently disabled" error you're seeing. & One More Thing If U Find This Helpfull Then Mark it As Answered :) |
Beta Was this translation helpful? Give feedback.
-
|
I've Looked Into Your Screenshot And Here are The Quick Fixes! Budget Settings Problem All your services show $0 budgets with "Stop usage: Yes" enabled GitHub Actions shows $0 spent but is blocked because of the zero-dollar budget limit You're still within GitHub's free tier (2,000 Actions minutes/month for free accounts) Why Actions Got Blocked Quick Fix - Two Options Click on the Actions budget or "New budget" Set a small budget like $5-10 instead of $0 Keep "Stop usage: Yes" for protection against overages This allows free tier usage while preventing unexpected charges Option 2: Disable Hard Stops Change "Stop usage" from Yes to No Keep the $0 budget but allow free tier usage Set up email alerts at 80% usage instead Why This Configuration Exists Prevent ANY spending (even $0.01) Block services immediately when usage begins Protect against accidental charges But this setup is too restrictive for normal development workflows, especially since GitHub provides generous free tiers. Recommended Solution Actions: $10-20/month (covers free tier + safety margin) Packages: $5/month Codespaces: $10/month if you use them Enable alerts at 80% usage rather than hard stops This gives you the protection you want while allowing normal development work within GitHub's free offerings. After Making Changes Wait 10-15 minutes for settings to propagate Try running a simple workflow in your repository The "Actions disabled" error should disappear Your billing dashboard will still show minimal usage, but Actions will function properly within the free tier limits. If This Is Helpfull Kindly Mark It As Answered For Me :) |
Beta Was this translation helpful? Give feedback.
-
|
Hi @guustavobraulio, |
Beta Was this translation helpful? Give feedback.
-
|
Hi @guustavobraulio, I recommend you contact support by opening a ticket here, select " |
Beta Was this translation helpful? Give feedback.
-
|
Common Causes and Solutions Billing Issues 💰 How to check: Go to your account or organization Settings > Billing and plans > Plans and usage to see your Actions minutes usage. Higher-Level Organization Settings 🏢 How to solve: If you are not the organization owner, you'll need to contact them to check the organization's Actions permissions. Errors in Your Workflow File How to solve: Open your workflow file and check its syntax carefully. You can use a YAML validator to help. |
Beta Was this translation helpful? Give feedback.



Because this is a manual suspension, you cannot fix it yourself through settings. You must do what the error message says:
Review Your Workflows: Before contacting support, look through your workflows in the .github/workflows directory to ensure you aren't accidentally violating any policies.
Contact GitHub Support: This is the only way to resolve the issue.
Go to the GitHub Support portal.
Create a new ticket, explain the situation, and include the name of your repository.
Ask them why Actions were disabled and what steps you need to take to have them re-enabled.
Only the GitHub Support team can investigate the flag and restore access to GitHub Actions for your repository.