Skip to content

Commit

Permalink
Merge pull request #23 from BrownUniversity/task_migrate-secrets
Browse files Browse the repository at this point in the history
fix secret name
  • Loading branch information
brtduvally authored Aug 18, 2023
2 parents 14bc61a + c28a5fc commit 701f892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
QVO_RANCH_KUBECONF: ${{ secrets.QVO_RANCH_KUBECONF }}
DRBKPD_KUBECONF: ${{ secrets.DRBKPD_KUBECONF }}
DRBKPI_KUBECONF: ${{ secrets.DRBKPI_KUBECONF }}
ROBOT_PROD: ${{ secrets.VO_HARBOR_ROBOT }}
VO_HARBOR_ROBOT: ${{ secrets.VO_HARBOR_ROBOT }}

jobs:
PROD_K8S_Query:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qa-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
QVO_RANCH_KUBECONF: ${{ secrets.QVO_RANCH_KUBECONF }}
DRBKPD_KUBECONF: ${{ secrets.DRBKPD_KUBECONF }}
DRBKPI_KUBECONF: ${{ secrets.DRBKPI_KUBECONF }}
ROBOT_QA: ${{ secrets.QVO_HARBOR_ROBOT }}
QVO_HARBOR_ROBOT: ${{ secrets.QVO_HARBOR_ROBOT }}

jobs:
QA_K8S_Query:
Expand Down

0 comments on commit 701f892

Please sign in to comment.