diff --git a/.github/workflows/main-deploy-v1.yml b/.github/workflows/main-deploy-v1.yml index d0f9cab..987ab35 100644 --- a/.github/workflows/main-deploy-v1.yml +++ b/.github/workflows/main-deploy-v1.yml @@ -26,6 +26,7 @@ jobs: NEXT_PUBLIC_KAKAO_APP_KEY=${{ secrets.NEXT_PUBLIC_KAKAO_APP_KEY }} NEXT_PUBLIC_PAY200_KEY=${{ secrets.NEXT_PUBLIC_PAY200_KEY }} NEXT_PUBLIC_TOSS_PAY_KEY=${{ secrets.NEXT_PUBLIC_TOSS_PAY_KEY }} + NEXT_PUBLIC_KAKAO_API_KEY=${{ secrets.NEXT_PUBLIC_KAKAO_API_KEY }} - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 diff --git a/src/components/CommonLayout.tsx b/src/components/CommonLayout.tsx index e692d30..b66b132 100644 --- a/src/components/CommonLayout.tsx +++ b/src/components/CommonLayout.tsx @@ -102,6 +102,8 @@ const CommonLayout = ({ children }: CommonLayoutProps) => { longitude: position.coords.longitude, } + console.log(process.env.NEXT_PUBLIC_KAKAO_API_KEY) + if (!addressStoreAddress || !member) { getGeolocationToAddress( {