From 96f40aa018c67c6b4a0442ec90a478a872016e42 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Tue, 12 Mar 2024 22:47:40 -0700 Subject: [PATCH] fix: try different keyring --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2ffafee..9886830 100644 --- a/action.yml +++ b/action.yml @@ -121,7 +121,7 @@ runs: id: codecov-upload shell: bash run: | - curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step + curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.kbx --import # One-time step curl -Os https://cli.codecov.io/latest/linux/codecov curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM.sig