Skip to content

Commit

Permalink
Merge pull request #199 from DevKor-github/fix/ga
Browse files Browse the repository at this point in the history
fix: ga 추가
  • Loading branch information
tjrdnjs1534 authored Sep 16, 2024
2 parents f4cadc3 + fd3add3 commit 2ea4777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
echo "NEXT_PUBLIC_API_URL=${{ secrets.PRODUCTION_API_URL }}" >> .env
echo "NEXT_PUBLIC_AWS_S3_BUCKET_REGION=${{ secrets.AWS_REGION }}" >> .env
echo "NEXT_PUBLIC_AWS_S3_BUCKET_NAME=${{ secrets.AWS_S3_IMAGE_BUCKET_NAME }}" >> .env
echo "NEXT_PUBLIC_GA_ID=${{ secrets.GA_ID }}" >> .env
cat .env
echo "${{env.REGISTRY}}" > registry.txt
Expand Down

0 comments on commit 2ea4777

Please sign in to comment.