Skip to content

Commit

Permalink
Add missing environment variables to CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcTM01 committed Oct 23, 2024
1 parent 6eae369 commit df1db4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
AZURE_DOCINTEL_API_KEY: ${{ secrets.AZURE_DOCINTEL_API_KEY }}
AZURE_DOCINTEL_ENDPOINT: ${{ secrets.AZURE_DOCINTEL_ENDPOINT }}
QALAB_SERVER_VERSION: ${{ github.sha }}
SERVER_URL: ${{ vars.SERVER_URL }}
SSH_HOST_KEY: ${{ vars.SSH_HOST_KEY }}
PRIVATE_SSH_KEY: ${{ secrets.PRIVATE_SSH_KEY }}
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down

0 comments on commit df1db4c

Please sign in to comment.