mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-04 06:41:52 +09:00
feat: 환경 변수를 설정하고 Google 로그인 힌트 기능을 추가
This commit is contained in:
parent
c311aaad71
commit
40867acb26
2 changed files with 16 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue