mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 20:47:26 +00:00
fix: by step
This commit is contained in:
parent
7ace048496
commit
7fb264b3aa
1 changed files with 12 additions and 0 deletions
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
|
|
@ -7,11 +7,23 @@ jobs:
|
|||
- name: Run validation
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
gpg --no-tty --lsign-key ED779869
|
||||
- name: Run validation
|
||||
run: |
|
||||
curl -Os https://cli.codecov.io/latest/macos/codecov
|
||||
- name: Run validation
|
||||
run: |
|
||||
curl -Os https://cli.codecov.io/latest/macos/codecov.SHA256SUM
|
||||
- name: Run validation
|
||||
run: |
|
||||
curl -Os https://cli.codecov.io/latest/macos/codecov.SHA256SUM.sig
|
||||
- name: Run validation
|
||||
run: |
|
||||
gpg --verify codecov.SHA256SUM.sig codecov.SHA256SUM
|
||||
run:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue