Merge pull request #1297 from PeterDaveHello/add-update-keys-script

Add update-keys.sh for nodejs release keys update
This commit is contained in:
Peter Dave Hello 2020-07-23 19:47:04 +08:00 committed by GitHub
commit 485333c073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
update-keys.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh -ex
curl -fsSLo- --compressed https://github.com/nodejs/node/raw/master/README.md | awk '/^gpg --keyserver pool.sks-keyservers.net --recv-keys/ {print $NF}' > keys/node.keys