Skip to content

Commit

Permalink
[fix] #147 PR Checker yml 파일에 앰플리튜드 api key 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeha committed Aug 28, 2023
1 parent 3954800 commit edd11e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
echo auth.base.url=\"$AUTH_BASE_URL\" >> ./local.properties
echo kakao.native.key=\"$KAKAO_NATIVE_KEY\" >> ./local.properties
echo kakaoNativeKey=$KAKAO_NATIVE_KEY >> ./local.properties
echo amplitude.api.key=\"AMPLITUDE_API_KEY\" >> ./local.properties
# - name: Access Firebase Service
# run: echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json
Expand Down

0 comments on commit edd11e2

Please sign in to comment.