mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-13 06:27:26 +00:00
fix: try different keyring
This commit is contained in:
parent
87da5f8683
commit
96f40aa018
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ runs:
|
||||||
id: codecov-upload
|
id: codecov-upload
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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
|
||||||
curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM
|
curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM
|
||||||
curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM.sig
|
curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM.sig
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue