Skip to content

Commit c63bbc0

Browse files
committed
ci(action): allow all sigstore subdomains
1 parent c8ec660 commit c63bbc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
github.com:22
3636
github.com:443
3737
registry.npmjs.org:443
38-
tuf-repo-cdn.sigstore.dev:443
38+
*.sigstore.dev:443
3939
4040
- name: Checkout project
4141
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "MIT",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/sheerlox/import-from-esm.git"
10+
"url": "git+https://github.com/sheerlox/import-from-esm.git"
1111
},
1212
"author": "Pierre Cavin <me@sherlox.io> (https://github.com/sheerlox)",
1313
"contributors": [

0 commit comments

Comments
 (0)