We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7e527 commit 93193d9Copy full SHA for 93193d9
.github/workflows/cd.yml
@@ -35,7 +35,7 @@ jobs:
35
working-directory: frontend/
36
run: yarn build
37
env:
38
- GOOGLE_ANALYTICS_TRACKING_ID: ${{ secrets.GOOGLE_ANALYTICS_TRACKING_ID }}
+ GOOGLE_ANALYTICS_TRACKING_ID: ${{ env.GOOGLE_ANALYTICS_TRACKING_ID }}
39
- name: Package
40
41
shell: bash
0 commit comments