Skip to content

Commit 81c8704

Browse files
committed
📦 (#276) cors origin 오타 수정
1 parent 94b3711 commit 81c8704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}
8686
KAKAO_API_KEY=${{ secrets.KAKAO_API_KEY }}
8787
KAKAO_REDIRECT_URI=${{ secrets.KAKAO_REDIRECT_URI }}
88-
CORS_ORIGIN=${{ secrets.CORS_CORIGIN}}
88+
CORS_ORIGIN=${{ secrets.CORS_ORIGIN}}
8989
EOF
9090
9191
- name: Create frontend/.env on server

0 commit comments

Comments
 (0)