Skip to content

Commit

Permalink
refactor: Secret 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jjongwa authored Jul 26, 2023
1 parent c97542f commit b59ca0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/backend-CI-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
pull-requests: write

steps:
- name: Access Secrets
env:
google: ${{secrets.GOOGLE}}
kakao: ${{secrets.KAKAO}}

- uses: actions/checkout@v3

- name: Set up JDK 17
Expand Down

0 comments on commit b59ca0a

Please sign in to comment.