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