From 4c73433eab6b2aa688cca311219f20f6d9f4228e Mon Sep 17 00:00:00 2001 From: niko Date: Mon, 22 Jun 2026 11:19:56 +0300 Subject: [PATCH] Update scripts/gitops-dispatch.sh (#40) Reviewed-on: https://gitea.app.keskikuja.site/niko/gitea-ci-library/pulls/40 --- scripts/gitops-dispatch.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/gitops-dispatch.sh b/scripts/gitops-dispatch.sh index 575b4aa..c5dce72 100644 --- a/scripts/gitops-dispatch.sh +++ b/scripts/gitops-dispatch.sh @@ -12,6 +12,8 @@ echo "gitops-dispatch: validating env vars..." : "${GITEA_API_URL:?}" : "${GITEA_TOKEN:?}" +TIMEOUT="${GITOPS_DISPATCH_TIMEOUT:-30}" + echo "gitops-dispatch: constructing inputs..." INPUTS=$(jq -nc \ --arg file "$GITOPS_FILE" \