Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 85be6dc

Browse files
committed
Set codecov token var in GH Actions
1 parent 2e7d3d2 commit 85be6dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ jobs:
6767
with:
6868
file: coverage-frontend/default/lcov.info
6969
fail_ci_if_error: true
70+
token: ${{ secrets.CODECOV_TOKEN }}
7071

71-
#--------Audit Job-------------
72+
#--------Audit Job-------------
7273
audit:
7374
name: Build-and-Audit
7475

@@ -140,6 +141,7 @@ jobs:
140141
with:
141142
file: coverage/.resultset.json
142143
fail_ci_if_error: true
144+
token: ${{ secrets.CODECOV_TOKEN }}
143145

144146
- name: Setup Istanbul
145147
run: sudo npm install -g istanbul

0 commit comments

Comments
 (0)