-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[IMPORTED] Update github-integration.md #8554
Conversation
## Remove the integration You can safely remove the Github integration from your project without affecting your code. {:.procedure} To remove the Github integration: 1. From the terminal, log in to your {{site.data.var.ece}} project. 1. List your integrations. You need the Github integration ID to complete the next step. ```bash magento-cloud integration:list ``` 1. Delete the integration. ```bash magento-cloud integration:delete <project-ID> ``` Also, you can remove the Github integration by logging in to your Github account and revoking the OAuth grant on the account _Settings_ page.
magento-cloud integration:delete <project-ID> | ||
``` | ||
|
||
Also, you can remove the Github integration by logging in to your Github account and revoking the OAuth grant on the account _Settings_ page. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section appears to be copied from the Bitbucket topic, have you logged in to GitHub and tested this line?
Since this topic is about the GitHub integration, it must describe the GitHub environment in a relatable manner.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have checked on Github by integrating my magento cloud. We can remove the GitHub Vs Magento Cloud Project integration by removing the web hooks in Github>Repositories>Magento Cloud repo>Settings>Webhooks.
@SumanPitta Any updates to be made here? |
Co-authored-by: hguthrie <hguthrie@users.noreply.github.com>
@magento import code to magento-devdocs/devdocs |
@dobooth the branch with code successfully imported into |
Hi @SumanPitta, thank you for your contribution! |
Remove the Github integration
You can safely remove the Github integration from your project without affecting your code.
{:.procedure}
To remove the Github integration:
From the terminal, log in to your {{site.data.var.ece}} project.
List your integrations. You need the Github integration ID to complete the next step.
Delete the integration.
Also, you can remove the Github integration by logging in to your Github account and revoking the OAuth grant on the account Settings page.
Purpose of this pull request
This pull request (PR) ...
Affected DevDocs pages
https://devdocs.magento.com/cloud/integrations/github-integration.html
whatsnew
Added the "Remove the Integration" section in the GitHub Integration topic.