Skip to content

Commit 1f276a2

Browse files
authored
chore(dogfood): update keys (coder#12515)
1 parent bae0a74 commit 1f276a2

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
Binary file not shown.
695 Bytes
Binary file not shown.

dogfood/update-keys.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ curl "${curl_flags[@]}" "https://www.postgresql.org/media/keys/ACCC4CF8.asc" |
3737
gpg "${gpg_flags[@]}" --output="postgresql.gpg"
3838

3939
# NodeSource signing key
40-
curl "${curl_flags[@]}" "https://deb.nodesource.com/gpgkey/nodesource.gpg.key" |
40+
curl "${curl_flags[@]}" "https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key" |
4141
gpg "${gpg_flags[@]}" --output="nodesource.gpg"
4242

4343
# Yarnpkg signing key

0 commit comments

Comments
 (0)