We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eab1209 + 1aae86e commit 9cef6b4Copy full SHA for 9cef6b4
.github/workflows/ci.yml
@@ -75,6 +75,8 @@ jobs:
75
76
- name: Publish coverage report
77
uses: codecov/codecov-action@v4
78
+ with:
79
+ token: ${{ secrets.CODECOV_TOKEN }}
80
81
store-reusable-workflow-vars:
82
name: create values which can be passed through a reusable workflow
0 commit comments