Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 86658c2

Browse files
committed
Updated docs
1 parent 9d3e14b commit 86658c2

4 files changed

+38
-0
lines changed

docs/RenewGitToken.md

+38
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,41 @@ To revoke a token:
2121
Once the token(s) are revoked, you can add them again by clicking the `Setup` button next to the Git provider. This will walk you through the flow to reauthorize.
2222

2323
![Add](https://github.com/topcoder-platform/topcoder-x-ui/raw/develop/docs/images/Screen%20Shot%202019-11-07%20at%208.31.56%20am.png "Add")
24+
25+
#### Remove a webhook (Github)
26+
27+
To remove an old webhook in Github:
28+
29+
1. Go to the project
30+
2. Click on `Settings` in the header
31+
3. Click on `Webhooks` on the left nav
32+
4. Find the `topcoder-x-receiver.herokuapp.com` entry
33+
5. Click `Delete` and follow the prompts
34+
35+
![Delete](https://github.com/topcoder-platform/topcoder-x-ui/raw/develop/docs/images/Screen_Shot_2019-11-21_at_5_28_59_pm.png "Delete")
36+
37+
38+
#### Remove a webhook (Gitlab)
39+
40+
To remove an old webhook in Gitlab:
41+
42+
1. Go to the project
43+
2. Click on `Settings` on the left nav
44+
3. Select `Integrations` under `Settings`
45+
4. Find the `topcoder-x-receiver.herokuapp.com` entry
46+
5. Click the trashcan icon
47+
48+
![Delete](https://github.com/topcoder-platform/topcoder-x-ui/raw/develop/docs/images/Screen_Shot_2019-11-21_at_5_33_35_pm.png "Delete")
49+
50+
#### Add a new webhook
51+
52+
In Topcoder-X:
53+
54+
1. Click `Project Management`
55+
2. Select the existing project
56+
3. Click `Add Webhook`
57+
58+
The new, correct webhook for the new server will be added automatically. You can verify by following the steps above, but without deleting the new webhook.
59+
60+
![Add](https://github.com/topcoder-platform/topcoder-x-ui/raw/develop/docs/images/Screen_Shot_2019-11-21_at_5_35_18_pm.png "Add")
61+
Loading
Loading
Loading

0 commit comments

Comments
 (0)