File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -169,10 +169,8 @@ services.buildbot-nix.master = {
169169 appSecretKeyFile = "/path/to/private-key.pem"; # Path to the downloaded private key
170170
171171 # Optional: Enable OAuth for user login
172- oauth = {
173- id = "<oauth-client-id>";
174- secretFile = "/path/to/oauth-secret";
175- };
172+ oauthId = "<oauth-client-id>";
173+ oauthSecretFile = "/path/to/oauth-secret";
176174
177175 # Optional: Filter which repositories to build
178176 topic = "buildbot-nix"; # Only build repos with this topic
@@ -280,10 +278,8 @@ services.buildbot-nix.master = {
280278 webhookSecretFile = "/path/to/webhook-secret";
281279
282280 # OAuth2 for user authentication
283- oauth = {
284- id = "<oauth-client-id>";
285- secretFile = "/path/to/oauth-secret";
286- };
281+ oauthId = "<oauth-client-id>";
282+ oauthSecretFile = "/path/to/oauth-secret";
287283
288284 # Optional: SSH authentication for private repositories
289285 sshPrivateKeyFile = "/path/to/ssh-key";
You can’t perform that action at this time.
0 commit comments