mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 20:47:26 +00:00
fix: lsignkey
This commit is contained in:
parent
69c3b283dc
commit
aeb4862050
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -7,6 +7,7 @@ jobs:
|
|||
- name: Run validation
|
||||
run: |
|
||||
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
|
||||
gpg --lsign-key ED779869
|
||||
curl -Os https://cli.codecov.io/latest/macos/codecov
|
||||
curl -Os https://cli.codecov.io/latest/macos/codecov.SHA256SUM
|
||||
curl -Os https://cli.codecov.io/latest/macos/codecov.SHA256SUM.sig
|
||||
|
|
|
|||
Loading…
Reference in a new issue