Skip to content

Commit

Permalink
Update promote-prod.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jjstratton authored Nov 13, 2024
1 parent 9d9e0a3 commit b842fe4
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 b842fe4

Please sign in to comment.