Skip to content

Commit d9522a4

Browse files
authored
Remove firewall setting from copilot-setup-steps.yml
This doesn't actually work as an env var, it needs to be set as a GitHub Actions variable in the repository settings.
1 parent 1ca2b4a commit d9522a4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ on:
1212
permissions:
1313
contents: read
1414

15-
env:
16-
# Allow Copilot to access Visual Studio assets URLs needed for NuGet restore
17-
COPILOT_AGENT_FIREWALL_ALLOW_LIST_ADDITIONS: "vsblob.vsassets.io"
18-
1915
jobs:
2016

2117
copilot-setup-steps:
@@ -31,4 +27,4 @@ jobs:
3127
3228
- name: Check dotnet version
3329
run: |
34-
dotnet --version
30+
dotnet --version

0 commit comments

Comments
 (0)