UI Alerts after disconnecting git integration on pages project.
Hello!
We've been using the git integration for deployments of our pages but due to build permissions and environment we need to move the deployment to github actions.
I disconnected the git integration and added a github workflow using the cloudflare/pages-action to handle further ci builds and deployments - which works without problems.
However we get 2 alerts that I hoped would disappear after the new deployment?
Cloudflare Pages is not properly installed on your Git account, this may cause deployments to fail.
Repository deployments are currently paused. Resume deployments to reenable.
This was the only documentation I could find:
https://developers.cloudflare.com/pages/configuration/git-integration/#removing-access-to-your-github-accountCloudflare Docs
Git integration · Cloudflare Pages docs
Cloudflare supports connecting Cloudflare Pages to your GitHub and GitLab repositories to look for new changes to your project. Pages does not …
0 Replies