Skip to content

Commit

Permalink
Merge pull request #396 from bcgov/updatedsecret
Browse files Browse the repository at this point in the history
updated argo
  • Loading branch information
TayGov authored Oct 23, 2024
2 parents f381ead + 54db7de commit 1cd8a8d
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/promote-prod.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/promote-test.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1cd8a8d

Please sign in to comment.