Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
[BE] chore: gradle test에 환경변수 추가 (#231)
Browse files Browse the repository at this point in the history
* chore: gradle test에 환경변수 추가

* chore: 설정에 환경 변수 추가

* chore: 환경변수 위치 변경
  • Loading branch information
Eun-chan Cho authored Aug 9, 2023
1 parent 44fa485 commit 1a5ab7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd-be-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
run: |
cd ./backend
./gradlew test
env:
KAKAO_CLIENT_ID: ${{ secrets.KAKAO_CLIENT_ID }}
KAKAO_CLIENT_SECRET: ${{ secrets.KAKAO_CLIENT_SECRET }}

- name: Build with Gradle
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cicd-be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
run: |
cd ./backend
./gradlew test
env:
KAKAO_CLIENT_SECRET: ${{ secrets.KAKAO_CLIENT_SECRET }}
KAKAO_CLIENT_ID: ${{ secrets.KAKAO_CLIENT_ID }}

- name: Build with Gradle
run: |
Expand Down

0 comments on commit 1a5ab7e

Please sign in to comment.