Skip to content

Commit c0fdf4b

Browse files
committed
allow dotnet network
1 parent 7a8c9bc commit c0fdf4b

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

.github/aw/actions-lock.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
"repo": "github/gh-aw/actions/setup",
3030
"version": "v0.47.6",
3131
"sha": "3b6ab5488e05abd34d6a599d61459477e45d5299"
32+
},
33+
"github/gh-aw/actions/[email protected]": {
34+
"repo": "github/gh-aw/actions/setup",
35+
"version": "v0.48.1",
36+
"sha": "26b6572ae210580303087bc3142fe58d140bf65c"
3237
}
3338
}
3439
}

.github/workflows/repo-assist.lock.yml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/repo-assist.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ timeout-minutes: 60
2020

2121
permissions: read-all
2222

23-
network: defaults
23+
network:
24+
allowed:
25+
- defaults
26+
- dotnet
2427

2528
safe-outputs:
2629
add-comment:

0 commit comments

Comments
 (0)