Skip to content

Commit

Permalink
Update opened-pr-notification.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino authored Jun 27, 2024
1 parent 60c8b76 commit daffda3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/opened-pr-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:

- name: add local.properties
run: |
echo api_key=\"${{ secrets.KAKAO_API_KEY }}\" >> ./local.properties
echo KAKAO_API_KEY=\"${{ secrets.KAKAO_API_KEY }}\" >> ./local.properties
echo SCHEME_KAKAO_APP_KEY=\"${{ secrets.SCHEME_KAKAO_APP_KEY }}\" >> ./local.properties
- name: add google-services.json
run: echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json
Expand Down

0 comments on commit daffda3

Please sign in to comment.