Skip to content

Commit cbcb3ba

Browse files
authored
add firewall rule (#5367)
1 parent 8c78e18 commit cbcb3ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
permissions:
1616
contents: read
1717

18+
env:
19+
# Allow Copilot to access Visual Studio assets URLs needed for NuGet restore
20+
COPILOT_AGENT_FIREWALL_ALLOW_LIST_ADDITIONS: "vsblob.vsassets.io"
21+
1822
steps:
1923
- name: Checkout code
2024
uses: actions/checkout@v4

0 commit comments

Comments
 (0)