Skip to content

Commit 93193d9

Browse files
authored
switched secrets to virtual env
Signed-off-by: Damian Perera <15967502+damianperera@users.noreply.github.com>
1 parent 2e7e527 commit 93193d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
working-directory: frontend/
3636
run: yarn build
3737
env:
38-
GOOGLE_ANALYTICS_TRACKING_ID: ${{ secrets.GOOGLE_ANALYTICS_TRACKING_ID }}
38+
GOOGLE_ANALYTICS_TRACKING_ID: ${{ env.GOOGLE_ANALYTICS_TRACKING_ID }}
3939
- name: Package
4040
working-directory: frontend/
4141
shell: bash

0 commit comments

Comments
 (0)