Skip to content

Commit a9a3809

Browse files
authored
ci: fix nightly build workflow (#639)
Signed-off-by: Ramkumar Chinchani <[email protected]>
1 parent 4cb72cf commit a9a3809

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ on:
88
jobs:
99
build:
1010
uses: ./.github/workflows/build.yaml
11+
secrets:
12+
codecov_token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)