Skip to content

Commit d00e893

Browse files
committed
chore: CI 과정에서 JWT_SECRET 환경변수가 없어서 실패하는 오류 수정
1 parent 551bd51 commit d00e893

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
POSTGRES_PASSWORD: testpass
3434
POSTGRES_HOST: localhost
3535
POSTGRES_PORT: "5432"
36+
JWT_SECRET: test-secret-key
3637

3738
steps:
3839
- name: 코드 체크아웃

0 commit comments

Comments
 (0)