Add a secret for the harbor webhooks to flux.

This commit is contained in:
Tom Alexander
2026-05-03 16:25:01 -04:00
parent 795216d989
commit ae5519bb39

View File

@@ -70,8 +70,13 @@ let
# };
};
"webhook-token" = {
# This token is used for gitea webhooks
"token" = generate_key 64 "flux-system.webhook-token.token";
};
"harbor-webhook-token" = {
# This token is used for harbor webhooks
"token" = generate_key 64 "flux-system.harbor-webhook-token.token";
};
};
"gitea" = {
"gitea-env" = {