From bcf43f26b973a2632a4686a3a55b8c261d10e236 Mon Sep 17 00:00:00 2001 From: whitfiea Date: Wed, 14 Aug 2024 15:17:23 +0100 Subject: [PATCH] [patch] Fix github_pat var --- tekton/src/pipelines/gitops/deprovision-mas-deps.yml.j2 | 2 -- tekton/src/pipelines/gitops/gitops-mas-deps.yml.j2 | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tekton/src/pipelines/gitops/deprovision-mas-deps.yml.j2 b/tekton/src/pipelines/gitops/deprovision-mas-deps.yml.j2 index 716e0d5211..0ec1d13f9a 100644 --- a/tekton/src/pipelines/gitops/deprovision-mas-deps.yml.j2 +++ b/tekton/src/pipelines/gitops/deprovision-mas-deps.yml.j2 @@ -40,8 +40,6 @@ spec: - name: github_url type: string - - name: github_pat - type: string - name: rosa_token type: string - name: account diff --git a/tekton/src/pipelines/gitops/gitops-mas-deps.yml.j2 b/tekton/src/pipelines/gitops/gitops-mas-deps.yml.j2 index 602f6ab954..1744047d1c 100644 --- a/tekton/src/pipelines/gitops/gitops-mas-deps.yml.j2 +++ b/tekton/src/pipelines/gitops/gitops-mas-deps.yml.j2 @@ -35,6 +35,8 @@ spec: type: string - name: avp_aws_access_key type: string + - name: github_pat + type: string - name: vpc_ipv4_cidr type: string