Skip to content

Commit

Permalink
feat: jwt.secret키를 깃허브 시크릿에 저장 및 환경변수 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
GitJIHO committed Oct 20, 2024
1 parent 337b361 commit 70d416b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ jobs:
distribution: 'temurin'

- name: Run Tests
env:
JWT_SECRET: ${{ secrets.JWT_SECRET }}
run: ./gradlew test

0 comments on commit 70d416b

Please sign in to comment.