Skip to content

Commit

Permalink
Update .github/workflows/_ephemeral_environment_manager.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Opeyemi <[email protected]>
  • Loading branch information
mimartin12 and Eeebru authored Dec 19, 2024
1 parent a5ed617 commit 3f9ef00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/_ephemeral_environment_manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ jobs:
uses: bitwarden/gh-actions/get-keyvault-secrets@main
with:
keyvault: ${{ env._KEY_VAULT }}
secrets: "ephemeral-environment-argocd-cluster-url,ephemeral-environment-argocd-cluster-api-secret,ephemeral-environment-argocd-cluster-api-user"
secrets: |
ephemeral-environment-argocd-cluster-url,
ephemeral-environment-argocd-cluster-api-secret,
ephemeral-environment-argocd-cluster-api-user
- name: Install ArgoCD CLI
run: |
Expand Down

0 comments on commit 3f9ef00

Please sign in to comment.