Skip to content

Commit

Permalink
+ dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vantage-ola committed Jul 23, 2024
1 parent edb869d commit ec6c677
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:
TESTING_JWT_SECRET_KEY: ${{ secrets.TESTING_JWT_SECRET_KEY }}
TESTING_SECRET_KEY: ${{ secrets.TESTING_SECRET_KEY }}
API_KEY: ${{ secrets.API_KEY }}

FORMULA_1_KEY: ${{ secrets.FORMULA_1_KEY }}
REDIS_HOST: ${{ secrets.REDIS_HOST }}
REDIS_PASSWORD: ${{ secrets.REDIS_PASSWORD }}
REDIS_PORT: ${{ secrets.REDIS_PORT }}

steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit ec6c677

Please sign in to comment.