File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -132,11 +132,8 @@ jobs:
132
132
- id : run-tests
133
133
if : ${{ inputs.notest != 'true' }}
134
134
run : make test
135
- - name : Upload coverage reports to Codecov
136
- if : ${{ inputs.notest != 'true' }}
137
-
138
- with :
139
- token : ${{ secrets.CODECOV_TOKEN }}
135
+ env :
136
+ RIVER_PRO_SECRET : ${{ secrets.RIVER_PRO_SECRET }}
140
137
141
138
build :
142
139
permissions :
@@ -148,6 +145,8 @@ jobs:
148
145
with :
149
146
go-version-file : go.mod
150
147
- run : make release
148
+ env :
149
+ RIVER_PRO_SECRET : ${{ secrets.RIVER_PRO_SECRET }}
151
150
- uses : actions/upload-artifact@v4
152
151
with :
153
152
name : nada-backend
Original file line number Diff line number Diff line change 38
38
39
39
- name : Run tests with coverage
40
40
run : make cover
41
+ env :
42
+ RIVER_PRO_SECRET : ${{ secrets.RIVER_PRO_SECRET }}
41
43
42
44
- name : Upload coverage to Codecov
43
45
uses : codecov/codecov-action@v5
You can’t perform that action at this time.
0 commit comments