Skip to content

Commit 3023d52

Browse files
authored
Merge pull request #169 from FC-InnerCircle-ICD2/develop
fix: api key 추가
2 parents 303ecba + 4959c82 commit 3023d52

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main-deploy-v1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
NEXT_PUBLIC_KAKAO_APP_KEY=${{ secrets.NEXT_PUBLIC_KAKAO_APP_KEY }}
2727
NEXT_PUBLIC_PAY200_KEY=${{ secrets.NEXT_PUBLIC_PAY200_KEY }}
2828
NEXT_PUBLIC_TOSS_PAY_KEY=${{ secrets.NEXT_PUBLIC_TOSS_PAY_KEY }}
29+
NEXT_PUBLIC_KAKAO_API_KEY=${{ secrets.NEXT_PUBLIC_KAKAO_API_KEY }}
2930
3031
- name: Configure AWS credentials
3132
uses: aws-actions/configure-aws-credentials@v1

src/components/CommonLayout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ const CommonLayout = ({ children }: CommonLayoutProps) => {
102102
longitude: position.coords.longitude,
103103
}
104104

105+
console.log(process.env.NEXT_PUBLIC_KAKAO_API_KEY)
106+
105107
if (!addressStoreAddress || !member) {
106108
getGeolocationToAddress(
107109
{

0 commit comments

Comments
 (0)