modules/nixos/buildbot: move token to authType.legacy
also remove `github.user`
This commit is contained in:
parent
8a50f112bd
commit
225a234087
1 changed files with 3 additions and 2 deletions
|
@ -33,11 +33,12 @@
|
|||
authTokenFile = config.sops.secrets.cachix-auth-token.path;
|
||||
};
|
||||
github = {
|
||||
tokenFile = config.sops.secrets.buildbot-github-token.path;
|
||||
authType.legacy = {
|
||||
tokenFile = config.sops.secrets.buildbot-github-token.path;
|
||||
};
|
||||
webhookSecretFile = config.sops.secrets.buildbot-github-webhook-secret.path;
|
||||
oauthSecretFile = config.sops.secrets.buildbot-github-oauth-secret.path;
|
||||
oauthId = "9bbd3e8bbfebb197d2ca";
|
||||
user = "nix-community-buildbot";
|
||||
topic = "nix-community-buildbot";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue