We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71799d commit d06a721Copy full SHA for d06a721
.github/workflows/prod-promote.yaml
@@ -51,7 +51,7 @@ jobs:
51
with:
52
repository: bcgov-c/tenant-gitops-fc726a
53
ref: stage
54
- token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT
+ token: ${{ secrets.ARGO_PAT }}
55
path: gitops
56
57
- name: Update ADMIN Helm Values and Commit
.github/workflows/test-promote.yaml
@@ -49,7 +49,7 @@ jobs:
49
50
ref: test
0 commit comments