Skip to content

Commit

Permalink
fix: Add JWT envs to GitHub CI (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nmw authored Sep 5, 2023
1 parent a8ac0ed commit dd9d6fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ env:
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
DB_USER: ${{ secrets.DB_USER }}
SERVER_NAME: ${{ secrets.SERVER_NAME }}
JWT_ENABLED: ${{ secrets.JWT_ENABLED }}
JWT_SECRET: ${{ secrets.JWT_SECRET }}
JWT_ALGORITHM: ${{ secrets.JWT_ALGORITHM }}

jobs:
deploy_to_testing:
Expand Down Expand Up @@ -81,4 +84,4 @@ jobs:

- name: Deploy to Google Kubernetes engine
shell: bash
run: cd deploy/ && cat deploy.sh && sh deploy.sh
run: cd deploy/ && cat deploy.sh && sh deploy.sh

0 comments on commit dd9d6fd

Please sign in to comment.