Skip to content

Commit

Permalink
fix: add missing priv key env var
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan committed Jul 11, 2023
1 parent 5990498 commit 484eec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ jobs:
env:
REDIS_HOST: ${{ vars.REDIS_HOST }}
REDIS_PORT: ${{ vars.REDIS_PORT }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}

0 comments on commit 484eec6

Please sign in to comment.