Skip to content

Commit

Permalink
fix: remove default keyring
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Sep 27, 2023
1 parent 5027a0c commit 3f0cd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/validate.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source $BASH_ENV
echo "${CODECOV_PUBLIC_PGP_KEY}" | \
gpg --no-default-keyring --keyring trustedkeys.gpg --import
gpg --no-default-keyring --import
# One-time step
sha_url="https://uploader.codecov.io"
sha_url="$sha_url/${codecov_version}/${codecov_os}"
Expand Down

0 comments on commit 3f0cd71

Please sign in to comment.