Skip to content

Commit

Permalink
[Codecov] Pass token to bash call
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Dec 26, 2024
1 parent 2149887 commit 8e60abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos_test_cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
base: ${{ github.event.pull_request.base.sha }}
sha: ${{ github.sha }}
- name: Upload to codecov
run: bash <(curl -s https://codecov.io/bash)
run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 8e60abd

Please sign in to comment.