Skip to content

Commit 5b7c686

Browse files
committed
Add Google Analytics ID to CI workflow for environment configuration
1 parent f180f7a commit 5b7c686

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-prod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
name: github-pages
2323
url: ${{ steps.deployment.outputs.page_url }}
2424
runs-on: ubuntu-latest
25+
env:
26+
VITE_GA_ID: ${{ secrets.VITE_GA_ID }}
2527
steps:
2628
- name: Checkout
2729
uses: actions/checkout@v4

0 commit comments

Comments
 (0)