Skip to content

Commit 7b4d1aa

Browse files
committed
Remove unused keyservers
1 parent e91696e commit 7b4d1aa

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/gpg.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,7 @@ export async function verify(signaturePath: string, packagePath: string) {
2121
}
2222

2323
export async function refreshKeys() {
24-
const pool = [
25-
"hkp://pool.sks-keyservers.net",
26-
"ha.pool.sks-keyservers.net",
27-
"keyserver.ubuntu.com",
28-
"hkp://keyserver.ubuntu.com",
29-
"pgp.mit.edu",
30-
];
24+
const pool = ["hkp://keyserver.ubuntu.com"];
3125

3226
for (const server of pool) {
3327
core.debug(`Refreshing keys from ${server}`);

0 commit comments

Comments
 (0)