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 2838e2a commit cdc9b3bCopy full SHA for cdc9b3b
buildbot_nix/models.py
@@ -69,7 +69,7 @@ def environment(self) -> Mapping[str, str | Interpolate]:
69
return environment
70
71
class Config:
72
- fields = exclude_fields(["singing_key", "auth_token"])
+ fields = exclude_fields(["signing_key", "auth_token"])
73
74
75
class GiteaConfig(BaseModel):
0 commit comments