From 54db7de9269fbc861f3f259b4e80202138c78eaa Mon Sep 17 00:00:00 2001 From: jjstratton Date: Wed, 23 Oct 2024 07:55:16 -0700 Subject: [PATCH] updated argo --- .github/workflows/promote-prod.yaml | 2 +- .github/workflows/promote-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/promote-prod.yaml b/.github/workflows/promote-prod.yaml index fc00e3ab..b0266662 100644 --- a/.github/workflows/promote-prod.yaml +++ b/.github/workflows/promote-prod.yaml @@ -48,7 +48,7 @@ jobs: with: repository: bcgov-c/tenant-gitops-fc726a ref: stage - token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT + token: ${{ secrets.ARGO_PAT }} # `GH_PAT` is a secret that contains your PAT path: gitops - name: Update ADMIN Helm Values and Commit diff --git a/.github/workflows/promote-test.yaml b/.github/workflows/promote-test.yaml index b9714429..8b88c03b 100644 --- a/.github/workflows/promote-test.yaml +++ b/.github/workflows/promote-test.yaml @@ -48,7 +48,7 @@ jobs: with: repository: bcgov-c/tenant-gitops-fc726a ref: test - token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT + token: ${{ secrets.ARGO_PAT }} # `GH_PAT` is a secret that contains your PAT path: gitops - name: Update ADMIN Helm Values and Commit