Skip to content

Commit

Permalink
#285 [FIX] GitAction 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KkamSonLee committed Jul 16, 2023
1 parent 63c2ba3 commit ec51236
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/mument_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
BASE_URL: ${{ secrets.BASE_URL }}
run: echo BASE_URL=\"$BASE_URL\"> ./local.properties

- name: Access KAKAO_NATIVE_KEY
env:
KAKAO_NATIVE_KEY: ${{ secrets.KAKAO_NATIVE_KEY }}
run: echo BASE_URL=\"$KAKAO_NATIVE_KEY\"> ./local.properties

- name: Gradle cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit ec51236

Please sign in to comment.