Skip to content

Commit bf61e61

Browse files
authored
Merge pull request #551 from microsoft/1ds-update
1DS update
2 parents ba9eff0 + 4892780 commit bf61e61

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
- name: "Build the site"
2121
run: |
2222
npm install
23-
NEXT_ENV_DESCRIPTOR=production NEXT_ONE_DS_INSTRUMENTATION_KEY=b341ec446e65436485df678003ce82f7 npm run build
23+
# 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
2427
- name: "Stamp content.json"
2528
env:
2629
GITSHA: ${{ github.sha }}

0 commit comments

Comments
 (0)