Skip to content

Commit 2dec568

Browse files
authored
ci: make Step Security firewall more lenient (#20)
1 parent 32f21fe commit 2dec568

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/conventional-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
egress-policy: block
2727
allowed-endpoints: >
2828
github.com:443
29-
api.github.com:443
29+
*.github.com:443
3030
registry.npmjs.org:443
3131
3232
- name: Checkout repository

.github/workflows/release-on-change.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
egress-policy: block
5555
allowed-endpoints: >
5656
github.com:443
57-
api.github.com:443
58-
raw.githubusercontent.com:443
57+
*.github.com:443
58+
*.githubusercontent.com:443
5959
api.nuget.org:443
6060
registry.npmjs.org:443
6161

0 commit comments

Comments
 (0)