README: mark github app experimental

This commit is contained in:
Jörg Thalheim 2024-06-13 12:50:23 +02:00 committed by mergify[bot]
parent e6eaaef1f2
commit 383d759cce

View file

@ -66,7 +66,20 @@ We have the following two roles:
### Integration with GitHub
#### GitHub App
#### Token Auth
To integrate with GitHub using legacy token authentication:
1. **GitHub Token**: Obtain a GitHub token with `admin:repo_hook` and `repo`
permissions. For GitHub organizations, it's advisable to create a separate
GitHub user for managing repository webhooks.
#### GitHub App (experimental)
In the near future this will become the preferred way of integrating with
GitHub, After
[this issue](https://github.com/nix-community/buildbot-nix/issues/184) is
solved.
To integrate with GitHub using app authentication:
@ -83,14 +96,6 @@ To integrate with GitHub using app authentication:
changes (new repositories or installations) automatically, it is therefore
necessary to manually trigger a reload or wait for the next periodic reload.
#### Legacy Token Auth
To integrate with GitHub using legacy token authentication:
1. **GitHub Token**: Obtain a GitHub token with `admin:repo_hook` and `repo`
permissions. For GitHub organizations, it's advisable to create a separate
GitHub user for managing repository webhooks.
### Optional when using GitHub login
1. **GitHub App**: Set up a GitHub app for Buildbot to enable GitHub user