We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ea95f commit 54d0190Copy full SHA for 54d0190
.github/workflows/go-test.yml
@@ -16,4 +16,5 @@ concurrency:
16
jobs:
17
go-test:
18
uses: pl-strflt/uci/.github/workflows/[email protected]
19
- secrets: inherit
+ secrets:
20
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments