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 02551e8 commit 9b5c2c1Copy full SHA for 9b5c2c1
README.md
@@ -165,10 +165,8 @@ Add the GitHub configuration to your NixOS module:
165
services.buildbot-nix.master = {
166
authBackend = "github";
167
github = {
168
- authType.app = {
169
- id = <your-app-id>; # The numeric App ID
170
- secretKeyFile = "/path/to/private-key.pem"; # Path to the downloaded private key
171
- };
+ appId = <your-app-id>; # The numeric App ID
+ appSecretKeyFile = "/path/to/private-key.pem"; # Path to the downloaded private key
172
173
# Optional: Enable OAuth for user login
174
oauth = {
0 commit comments