Skip to content

Commit

Permalink
add a dummy key in encryption key (#1371)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluder-Paradyne authored Nov 27, 2023
1 parent b55ea8b commit f3de47a
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 f3de47a

Please sign in to comment.