You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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 [email protected]: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?
The text was updated successfully, but these errors were encountered:
- 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:
- 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?The text was updated successfully, but these errors were encountered: