diff options
author | Griffin Smith <grfn@gws.fyi> | 2022-01-29T22·45-0500 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-01-29T22·59+0000 |
commit | 63b09a6466d19efb2535f679e3ff5fc9893cbfae (patch) | |
tree | 55458b312ac38755668583e8aad1d002fe1a7f03 /ops/secrets/secrets.nix | |
parent | dddeb0467996c3b8d0df184bd3d26847520b3e23 (diff) |
feat(ops/secrets): Add secret for telegram alerts bot token r/3714
This isn't actually used by anything that would use agenix, but this seems like a vaguely sensible way of sharing the token with other people regardless. Anyone who finds this commit and wants to be added to the telegram channel where the alerts go, lmk. Change-Id: I06d6ed2d4bec099cbf68ede8fd00a5e6f4e7bc60 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5124 Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI Reviewed-by: lukegb <lukegb@tvl.fyi>
Diffstat (limited to 'ops/secrets/secrets.nix')
-rw-r--r-- | ops/secrets/secrets.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/secrets/secrets.nix b/ops/secrets/secrets.nix index 53f0d3931899..52b79e444a7c 100644 --- a/ops/secrets/secrets.nix +++ b/ops/secrets/secrets.nix @@ -34,4 +34,5 @@ in { "smtprelay.age" = default; "tf-glesys.age" = default; "tf-keycloak.age" = default; + "tvl-alerts-bot-telegram-token.age" = default; } |