We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b348328 commit 2bede16Copy full SHA for 2bede16
1 file changed
.github/workflows/deploy-pages.yml
@@ -36,6 +36,8 @@ jobs:
36
python-version: "3.12"
37
38
- name: Regenerate site from content
39
+ env:
40
+ APPINSIGHTS_CONNECTION_STRING: ${{ vars.APPINSIGHTS_CONNECTION_STRING }}
41
run: |
42
python -m pip install --upgrade pip
43
python -m pip install pyyaml
0 commit comments