Skip to content

Commit

Permalink
update service account token
Browse files Browse the repository at this point in the history
  • Loading branch information
jaise-aot committed Nov 20, 2023
1 parent 84981c2 commit 683c32a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-debezium-jdbc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Login Openshift
shell: bash
run: |
oc login --server=${{secrets.OC_SERVER}} --token=${{secrets.OC_ETL_TOKEN}}
oc login --server=${{secrets.OC_SERVER}} --token=${{secrets.OC_TOKEN}}
- name: Tools project
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-debezium-postgis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Login Openshift
shell: bash
run: |
oc login --server=${{secrets.OC_SERVER}} --token=${{secrets.OC_ETL_TOKEN}}
oc login --server=${{secrets.OC_SERVER}} --token=${{secrets.OC_TOKEN}}
- name: Tools project
shell: bash
Expand Down

0 comments on commit 683c32a

Please sign in to comment.