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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ rye run setup
27
27
* Where can this GitHub App be installed: Only on this account
28
28
2. Generate and copy a new client secret.
29
29
3. Generate and download a new private key.
30
+
4.[Install the GitHub app](https://docs.github.com/en/apps/using-github-apps/installing-your-own-github-app) on a repository, eg. your fork of this repo.
31
+
5.[Copy the installation ID](https://stackoverflow.com/questions/74462420/where-can-we-find-github-apps-installation-id) (this is the `GITHUB__DEFAULT_INSTALLATION_ID` value, used for making requests on behalf of users who are not logged in).
0 commit comments