无法断开 Heroku 应用程序与 GitHub 帐户的连接

Jon*_*fer 8 continuous-integration github heroku

我们正在使用 Heroku Pipeline 和 GitHub 集成:

  1. 暂存应用程序是使用 手动部署的git push heroku master
  2. 生产应用程序在提交到 GitHub 存储库上的 Master 后自动部署。

我想改变这个工作流程,以便:

  1. 暂存应用程序在提交到 GitHub 存储库上的 Master 后会自动部署。
  2. 生产应用程序是升级应用程序的结果。

因此,我需要取消生产应用程序与 GitHub 帐户/存储库的链接。说明在这里:

GitHub 集成 | Heroku 开发中心

但是,就我而言,没有“断开连接”按钮:

这是屏幕的整个宽度

我怎样才能断开它?

Hoa*_*ell 10

转到Manage Account:https: //dashboard.heroku.com/account/applications

  • 单击Applications选项卡

    • Third-party Services: 有 2 个选项:

      • Re-authorize或者Revoke access

        • 点击Revoke access

记得用其他Github账号clear cookie或者use incognito mode重新登录