mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-11 05:27:24 +00:00
fix: generate key
This commit is contained in:
parent
b2cc47ab29
commit
78c97cdc1c
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
|
- name: Run validation
|
||||||
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.gpg --import # One-time step
|
||||||
|
gpg --generate-key
|
||||||
gpg --no-tty --lsign-key ED779869
|
gpg --no-tty --lsign-key ED779869
|
||||||
curl -Os https://cli.codecov.io/latest/macos/codecov
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue