Skip to content

Commit

Permalink
cicd: Added codecov token secret to release
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Jun 17, 2024
1 parent 59ff708 commit 811895b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
with:
project-version: ${{ needs.precheck.outputs.version }}
tasks: ${{ github.event.inputs.build-tasks }}
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}

release:
name: Release
Expand Down

0 comments on commit 811895b

Please sign in to comment.