Skip to content

Commit 3a39cdd

Browse files
authored
Merge pull request #512 from nix-community/readme-github
README: remove authType
2 parents 02551e8 + 9b5c2c1 commit 3a39cdd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,8 @@ Add the GitHub configuration to your NixOS module:
165165
services.buildbot-nix.master = {
166166
authBackend = "github";
167167
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-
};
168+
appId = <your-app-id>; # The numeric App ID
169+
appSecretKeyFile = "/path/to/private-key.pem"; # Path to the downloaded private key
172170
173171
# Optional: Enable OAuth for user login
174172
oauth = {

0 commit comments

Comments
 (0)