Skip to content

Commit

Permalink
fix: NEXT_PUBLIC_GA_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
junseublim committed Nov 13, 2024
1 parent 450a09e commit 5cfe0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
echo "API_HOST=${{ vars.API_HOST }}" >> .env
echo "NODE_ENV=${{ vars.NODE_ENV }}" >> .env
echo "NEXT_PUBLIC_GA_ID=${{ secrets.PUBLIC_GA_ID }}" >> .env
echo "NEXT_PUBLIC_GA_ID=${{ secrets.NEXT_PUBLIC_GA_ID }}" >> .env
echo "AUTH_KAKAO_ID=${{secrets.AUTH_KAKAO_ID}}" >> .env
echo "AUTH_KAKAO_SECRET=${{secrets.AUTH_KAKAO_SECRET}}" >> .env
echo "AUTH_SECRET=${{secrets.AUTH_SECRET}}" >> .env
Expand Down

0 comments on commit 5cfe0de

Please sign in to comment.