From 22af7a74be364bd573f6a49460d6040461404a99 Mon Sep 17 00:00:00 2001 From: Codex Date: Sun, 5 Jul 2026 17:09:51 +0000 Subject: [PATCH] fix: pass pac source to sentinel apply --- .tekton/web-probe-sentinel-jd01-pac.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.tekton/web-probe-sentinel-jd01-pac.yaml b/.tekton/web-probe-sentinel-jd01-pac.yaml index 854464ee..798c6956 100644 --- a/.tekton/web-probe-sentinel-jd01-pac.yaml +++ b/.tekton/web-probe-sentinel-jd01-pac.yaml @@ -58,4 +58,7 @@ spec: --sentinel jd01-web-probe-sentinel \ --confirm \ --wait \ - --timeout-seconds 90 + --timeout-seconds 90 \ + --source-commit "$SOURCE_COMMIT" \ + --source-stage-ref "$SOURCE_STAGE_REF" \ + --source-authority gitea-snapshot