mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 21:17:24 +00:00
fix: just sign it
This commit is contained in:
parent
7fb264b3aa
commit
37ff0ed725
1 changed files with 0 additions and 3 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -7,9 +7,6 @@ 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
|
||||||
- name: Run validation
|
|
||||||
run: |
|
|
||||||
gpg --no-tty --generate-key
|
|
||||||
- name: Run validation
|
- name: Run validation
|
||||||
run: |
|
run: |
|
||||||
gpg --no-tty --lsign-key ED779869
|
gpg --no-tty --lsign-key ED779869
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue