Skip to content

Commit d06a721

Browse files
author
jjstratton
committed
updated pat
1 parent a71799d commit d06a721

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prod-promote.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
repository: bcgov-c/tenant-gitops-fc726a
5353
ref: stage
54-
token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT
54+
token: ${{ secrets.ARGO_PAT }}
5555
path: gitops
5656

5757
- name: Update ADMIN Helm Values and Commit

.github/workflows/test-promote.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
repository: bcgov-c/tenant-gitops-fc726a
5151
ref: test
52-
token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT
52+
token: ${{ secrets.ARGO_PAT }}
5353
path: gitops
5454

5555
- name: Update ADMIN Helm Values and Commit

0 commit comments

Comments
 (0)