-
Couldn't load subscription status.
- Fork 42
Description
- Do you want to request a feature or report a bug?
bug
- What is the current behavior?
Deploy by using the button:
Deploy successful but no code push to Github.
Log on deploy:
1:57:25 PM: Error pushing to remote repository at git@github.com:lz100/netlify-statuskit
- If the current behavior is a bug, please provide the steps to reproduce.
Just click the deploy button to make a new website
- What is the expected behavior?
Code
- Please mention your node.js, and operating system version.
N.A.
The problem is caused by Github workflows. Third-party apps are not allowed to push workflows to github. Current template has a /.github folder with a workflow, so it will fail to push to Github. I am having the same issue with my own template where it also has a workflow and I cannot use netlify deploy button. Is there any way to solve this?