Skip to content

Commit

Permalink
feat : GOOGLE API KEY 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoon227 committed Jan 7, 2024
1 parent 0932210 commit e9b93bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
OCCUPY_SECRET_TEST_DIR: ./src/test/resources # 레포지토리 내 빈 env.yml의 위치 (test)
OCCUPY_SECRET_DIR: ./application/src/main/resources # 레포지토리 내 빈 env.yml의 위치 (main)
OCCUPY_SECRET_DIR: ./src/main/resources # 레포지토리 내 빈 env.yml의 위치 (main)
OCCUPY_SECRET_DIR_FILE_NAME: env.yml # 파일 이름

# base64 디코딩하여 파일에 secrets 값 복사
Expand Down

0 comments on commit e9b93bc

Please sign in to comment.