Skip to content

Commit 2bede16

Browse files
authored
Add environment variable for App Insights connection
1 parent b348328 commit 2bede16

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
python-version: "3.12"
3737

3838
- name: Regenerate site from content
39+
env:
40+
APPINSIGHTS_CONNECTION_STRING: ${{ vars.APPINSIGHTS_CONNECTION_STRING }}
3941
run: |
4042
python -m pip install --upgrade pip
4143
python -m pip install pyyaml

0 commit comments

Comments
 (0)