Add a secret for the harbor webhooks to flux.
This commit is contained in:
@@ -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" = {
|
||||
|
||||
Reference in New Issue
Block a user