Skip to content

Commit

Permalink
Merge pull request #405 from bcgov/jjstratton-patch-1
Browse files Browse the repository at this point in the history
Update promote-prod.yaml
  • Loading branch information
TayGov authored Nov 13, 2024
2 parents 9d9e0a3 + b842fe4 commit d62869c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/promote-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: bcgov-c/tenant-gitops-fc726a
ref: stage
ref: main
token: ${{ secrets.ARGO_PAT }} # `GH_PAT` is a secret that contains your PAT
path: gitops

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
git add .
git commit -m "Update Prod AI Reviewer Admin image tag"
git push origin stage # Update the branch name as needed
git push origin main # Update the branch name as needed
- name: Update API Helm Values and Commit
id: helm-api
Expand Down Expand Up @@ -119,4 +119,4 @@ jobs:
git add .
git commit -m "Update Prod AI Reviewer API image tag"
git push origin stage # Update the branch name as needed
git push origin main # Update the branch name as needed

0 comments on commit d62869c

Please sign in to comment.