You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\_Note that some of the settings in the `app.yml` file are commented out.\*
49
+
50
+
Next:
51
+
52
+
-`Subscribe to Events` should be set
45
53
[as defined in the app.yml](https://github.com/all-contributors/all-contributors-bot/blob/main/app.yml#L15),
46
-
e.g. check the checkbox for `Issue comment`
47
-
- Ensure `Where can this GitHub App be installed?` is set to
48
-
`only this account`
54
+
- Check the checkbox to subscribe to the **Issue comment** event
55
+
- Ensure **Where can this GitHub App be installed?** is set to**only this
56
+
account**
49
57
50
58
<Picture
51
59
src={appInstalled}
@@ -55,33 +63,51 @@ Important fields are:
55
63
56
64
## 2. Configure Your GitHub App for testing
57
65
58
-
You should now have an app created
66
+
You should now have create an app! Now it's time to configure it.
67
+
68
+
<Picture
69
+
src={appCreated}
70
+
formats={["avif", "webp"]}
71
+
alt="A screenshot that shows the bottom part of the app configuration page with the question, Where can this GitHub app be installed? The option Only on this account is selected."
72
+
/>
73
+
74
+
On the app page, you will notice a side bar with several tabs including
75
+
General, Permissions & Webhooks, and Install App.
76
+
77
+
- On the General Tab of your configured app.
78
+
79
+
- scroll down to the **Private Keys** section and click the **Generate
80
+
Private Key** green button. This will trigger a .pem file to be created and
81
+
will download it to your computer (likely to your Downloads directory).
82
+
- Move this file so you can retrieve it later.
83
+
- Call it something like `allcontributorsbot.pem`.
0 commit comments