Skip to content

Commit ceee38c

Browse files
committed
🐛 fix: correct typo in environment variable name for encryption key
1 parent 662be0a commit ceee38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
POSTGRES_PORT: ${{secrets.POSTGRES_PORT}}
2020
POSTGRES_USER: ${{secrets.POSTGRES_USER}}
2121
SECRET_KEY: ${{secrets.SECRET_KEY}}
22-
ENCRIPTION_KEY: ${{secrets.ENCRYPTION_KEY}}
22+
ENCRYPTION_KEY: ${{secrets.ENCRYPTION_KEY}}
2323

2424
services:
2525
postgres:

0 commit comments

Comments
 (0)