We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f04067 commit 6a9394bCopy full SHA for 6a9394b
README.md
@@ -71,7 +71,11 @@ We have the following two roles:
71
To integrate with GitHub using app authentication:
72
73
1. **GitHub App**: Set up a GitHub app for Buildbot to enable GitHub user
74
- authentication on the Buildbot dashboard.
+ authentication on the Buildbot dashboard. Enable the following permissions:
75
+ - Contents: Read-only
76
+ - Metadata: Read-only
77
+ - Commit statuses: Read and write
78
+ - Webhooks: Read and write
79
2. **GitHub App private key**: Get the app private key and app ID from GitHub,
80
configure using the buildbot-nix NixOS module.
81
3. **Install App**: Install the app for an organization or specific user.
0 commit comments