Skip to content

Commit 933eb2b

Browse files
committed
hotfix: pass metric secrets to workflows
1 parent 6a665cd commit 933eb2b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
timeout-minutes: 15
1212
env:
1313
ALGOLIA_KEY: ${{ secrets.ALGOLIA_KEY }}
14+
GA_ID: ${{ secrets.GA_ID }}
15+
HOTJAR_ID: ${{ secrets.HOTJAR_ID }}
1416

1517
steps:
1618
- uses: actions/checkout@v2

.github/workflows/testing.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
timeout-minutes: 15
99
env:
1010
ALGOLIA_KEY: ${{ secrets.ALGOLIA_KEY }}
11+
GA_ID: ${{ secrets.GA_ID }}
12+
HOTJAR_ID: ${{ secrets.HOTJAR_ID }}
1113

1214
steps:
1315
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)