Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
MormonJesus69420 committed May 23, 2024
1 parent c390a14 commit 9c80745
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
roleId: ${{ secrets.VAULT_ROLE_ID }}
secretId: ${{ secrets.VAULT_SECRET_ID }}
secrets: |
secret/v1/application/k8s/mlt/proxy HTTP_PROXY_HOST
secret/v1/application/k8s/mlt/proxy HTTP_PROXY_PORT
secret/v1/application/k8s/mlt/proxy HTTPS_PROXY_HOST
secret/v1/application/k8s/mlt/proxy HTTP_PROXY_HOST;
secret/v1/application/k8s/mlt/proxy HTTP_PROXY_PORT;
secret/v1/application/k8s/mlt/proxy HTTPS_PROXY_HOST;
secret/v1/application/k8s/mlt/proxy HTTPS_PROXY_PORT
- name: Test the Project
Expand Down

0 comments on commit 9c80745

Please sign in to comment.