We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba9eff0 + 4892780 commit bf61e61Copy full SHA for bf61e61
1 file changed
.github/workflows/build.yml
@@ -20,7 +20,10 @@ jobs:
20
- name: "Build the site"
21
run: |
22
npm install
23
- NEXT_ENV_DESCRIPTOR=production NEXT_ONE_DS_INSTRUMENTATION_KEY=b341ec446e65436485df678003ce82f7 npm run build
+ # For the Microsoft production site we integrate with 1DS telemetry. This is not a secret value.
24
+ NEXT_ENV_DESCRIPTOR=production \
25
+ NEXT_ONE_DS_INSTRUMENTATION_KEY=b341ec446e65436485df678003ce82f7-1d36a7a4-ef54-4cf0-93eb-ba18b3241d36-7404 \
26
+ npm run build
27
- name: "Stamp content.json"
28
env:
29
GITSHA: ${{ github.sha }}
0 commit comments