mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-16 07:51:46 +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
|
- 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
|
gpg --no-tty --generate-key
|
||||||
|
- name: Run validation
|
||||||
|
run: |
|
||||||
gpg --no-tty --lsign-key ED779869
|
gpg --no-tty --lsign-key ED779869
|
||||||
|
- name: Run validation
|
||||||
|
run: |
|
||||||
curl -Os https://cli.codecov.io/latest/macos/codecov
|
curl -Os https://cli.codecov.io/latest/macos/codecov
|
||||||
|
- name: Run validation
|
||||||
|
run: |
|
||||||
curl -Os https://cli.codecov.io/latest/macos/codecov.SHA256SUM
|
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
|
curl -Os https://cli.codecov.io/latest/macos/codecov.SHA256SUM.sig
|
||||||
|
- name: Run validation
|
||||||
|
run: |
|
||||||
gpg --verify codecov.SHA256SUM.sig codecov.SHA256SUM
|
gpg --verify codecov.SHA256SUM.sig codecov.SHA256SUM
|
||||||
run:
|
run:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue