We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb72cf commit a9a3809Copy full SHA for a9a3809
.github/workflows/nightly.yaml
@@ -8,3 +8,5 @@ on:
8
jobs:
9
build:
10
uses: ./.github/workflows/build.yaml
11
+ secrets:
12
+ codecov_token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments