diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2023-03-03 14:42:26 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2023-03-03 15:28:09 +0100 |
commit | c22d8419d4a9a5e93f13ae5027728295b3e691f3 (patch) | |
tree | a2a6b251e3ca7b8876cb8e3559b0e1136a7a41db /.github/workflows | |
parent | a0f99db3b3557bb996b5511f3fad6832995eb69f (diff) | |
download | ghdl-c22d8419d4a9a5e93f13ae5027728295b3e691f3.tar.gz ghdl-c22d8419d4a9a5e93f13ae5027728295b3e691f3.tar.bz2 ghdl-c22d8419d4a9a5e93f13ae5027728295b3e691f3.zip |
ci/Test: let Coverage inherit secrets
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/Test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 1af936e24..bba04235f 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -293,3 +293,4 @@ jobs: Coverage: needs: Windows-MSYS2 uses: ./.github/workflows/Coverage.yml + secrets: inherit |