netlify-statuskit icon indicating copy to clipboard operation
netlify-statuskit copied to clipboard

Deploy successful but no code push to Github

Open lz100 opened this issue 4 years ago • 0 comments

- 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?

lz100 avatar Feb 03 '21 23:02 lz100