We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f21fe commit 2dec568Copy full SHA for 2dec568
.github/workflows/conventional-commit.yml
@@ -26,7 +26,7 @@ jobs:
26
egress-policy: block
27
allowed-endpoints: >
28
github.com:443
29
- api.github.com:443
+ *.github.com:443
30
registry.npmjs.org:443
31
32
- name: Checkout repository
.github/workflows/release-on-change.yml
@@ -54,8 +54,8 @@ jobs:
54
55
56
57
58
- raw.githubusercontent.com:443
+ *.githubusercontent.com:443
59
api.nuget.org:443
60
61
0 commit comments