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
Instead of using a Machine User on GitHub, it is possible to create a GitHub App and authenticate via it.
315
+
316
+
Create a GitHub App in **Settings > Developer settings > GitHub Apps** and install it. The AppID/ClientID, Installation ID and Private Key are
317
+
required from the App.
318
+
319
+
Install the [GitHub App Git Credential Helper](https://github.com/bdellegrazie/git-credential-github-app) in your `$PATH`. The Athens Docker image comes
320
+
with this pre-installed.
321
+
322
+
Configure your [global Git config](https://git-scm.com/docs/git-config) as follows:
0 commit comments