feat: 환경 변수를 설정하고 Google 로그인 힌트 기능을 추가

This commit is contained in:
imnyang 2025-06-15 12:53:07 +09:00
commit 40867acb26
2 changed files with 16 additions and 1 deletions

View file

@ -26,6 +26,10 @@ jobs:
- name: Install dependencies
run: uv sync
- name: Set up environment variables
run: |
echo "GOOGLE_ID=bot.imnya.ng@gmail.com" > .env
- name: Start application and run proxy test
run: |