Skip to content

Commit

Permalink
fix: yml local.properties 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
rhkrwngud445 committed May 7, 2024
1 parent 9243710 commit 438816d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Access YOUTH POLICY API KEY
env:
GOOGLE_CLIENT_ID: ${{ secrets.YOUTH_POLICY_API_KEY }}
YOUTH_POLICY_API_KEY: ${{ secrets.YOUTH_POLICY_API_KEY }}
run: |
echo "YOUTH_POLICY_API_KEY=\"YOUTH_POLICY_API_KEY\"" >> local.properties
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Access YOUTH POLICY API KEY
env:
GOOGLE_CLIENT_ID: ${{ secrets.YOUTH_POLICY_API_KEY }}
YOUTH_POLICY_API_KEY: ${{ secrets.YOUTH_POLICY_API_KEY }}
run: |
echo "YOUTH_POLICY_API_KEY=\"YOUTH_POLICY_API_KEY\"" >> local.properties
Expand Down

0 comments on commit 438816d

Please sign in to comment.