Skip to content

Commit

Permalink
fix: secret 값 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chaehyuns committed Jul 24, 2024
1 parent c8281a8 commit bd0d688
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ jobs:
- name: Create local.properties
env:
LOCAL_PROPERTIES: ${{ secrets.LOCAL_PROPERTIES }}
BASE_URL: ${{ secrets.BASE_URL }}
TOKEN: ${{ secrets.TOKEN }}
run: |
echo "$LOCAL_PROPERTIES" > local.properties
echo base_url=\"$BASE_URL\" > ./android/local.properties
echo token=\"$TOKEN\" > ./android/local.properties
- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down

0 comments on commit bd0d688

Please sign in to comment.