Skip to content

Commit

Permalink
Use token for uploading CodeCov report (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger authored Apr 18, 2024
1 parent 08c8e00 commit 614427f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
script-path: recipe.cake
target: CI
cake-version: 1.3.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload Issues
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
Expand Down

0 comments on commit 614427f

Please sign in to comment.