From 16147e82e4c24e5158884bafa8604925921995ee Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 19 Jun 2026 18:21:15 -0400 Subject: [PATCH] maybe --- .webhook_bridge/pipeline-format.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.webhook_bridge/pipeline-format.yaml b/.webhook_bridge/pipeline-format.yaml index 5254c72..2d3e630 100644 --- a/.webhook_bridge/pipeline-format.yaml +++ b/.webhook_bridge/pipeline-format.yaml @@ -7,7 +7,7 @@ spec: pipeline: "2h0m0s" tasks: "1h0m0s" finally: "0h30m0s" - serviceAccountName: build-bot + # serviceAccountName: build-bot taskRunTemplate: serviceAccountName: build-bot pipelineSpec: @@ -58,13 +58,15 @@ spec: value: https://code.fizz.buzz/mirror/git-clone.git # mirror of https://github.com/tektoncd-catalog/git-clone.git # - name: revision # value: c3498c69cf6de9583e1c667e723fd8626af1b33c - - name: ref + - name: revision value: "v1.7.0" - name: pathInRepo value: task/git-clone/git-clone.yaml workspaces: - name: output workspace: git-source + - name: ssh-directory + workspace: ssh-creds params: - name: url value: $(params.REPO_URL) @@ -309,6 +311,9 @@ spec: - name: git-source - name: docker-credentials - name: cargo-cache + - name: ssh-creds + secret: + secretName: deployer-key workspaces: - name: git-source volumeClaimTemplate: