We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a665cd commit 933eb2bCopy full SHA for 933eb2b
.github/workflows/deploy.yml
@@ -11,6 +11,8 @@ jobs:
11
timeout-minutes: 15
12
env:
13
ALGOLIA_KEY: ${{ secrets.ALGOLIA_KEY }}
14
+ GA_ID: ${{ secrets.GA_ID }}
15
+ HOTJAR_ID: ${{ secrets.HOTJAR_ID }}
16
17
steps:
18
- uses: actions/checkout@v2
.github/workflows/testing.yml
@@ -8,6 +8,8 @@ jobs:
8
9
10
0 commit comments