Skip to content

Commit 5635449

Browse files
committed
Read VITE_GTAG from repository secrets
1 parent a6b0e57 commit 5635449

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
env:
5353
NODE_ENV: production
54+
VITE_GTAG: ${{ secrets.VITE_GTAG }}
5455
strategy:
5556
matrix:
5657
node-version: [20.x]

0 commit comments

Comments
 (0)