Skip to content

Commit 7b4a6e2

Browse files
authored
fix: release workflow also needs the coverage token (#642)
Signed-off-by: Ramkumar Chinchani <[email protected]>
1 parent acd8a68 commit 7b4a6e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
privilege-level: >-
2828
["priv"]
2929
build-id: "${{needs.build-id.outputs.build-id}}"
30+
secrets:
31+
codecov_token: ${{ secrets.CODECOV_TOKEN }}
3032
release:
3133
name: "Tagged Release"
3234
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)