Skip to content

Commit

Permalink
add a dummy key in encryption key (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluder-Paradyne authored Nov 27, 2023
1 parent 5a7772d commit 0a72c2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
PLAIN_OUTPUT: True
REDIS_URL: "localhost:6379"
IS_TESTING: True

ENCRYPTION_KEY: "dummy key"

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 0a72c2b

Please sign in to comment.