Skip to content

Commit

Permalink
fix: release workflow also needs the coverage token (#642)
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
  • Loading branch information
rchincha committed Sep 6, 2024
1 parent acd8a68 commit 7b4a6e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
privilege-level: >-
["priv"]
build-id: "${{needs.build-id.outputs.build-id}}"
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
release:
name: "Tagged Release"
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 7b4a6e2

Please sign in to comment.