We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91696e commit 7b4d1aaCopy full SHA for 7b4d1aa
src/gpg.ts
@@ -21,13 +21,7 @@ export async function verify(signaturePath: string, packagePath: string) {
21
}
22
23
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
- ];
+ const pool = ["hkp://keyserver.ubuntu.com"];
31
32
for (const server of pool) {
33
core.debug(`Refreshing keys from ${server}`);
0 commit comments