Skip to content

Commit 443178a

Browse files
authored
CI: Pass token to codecov action
1 parent aa8e486 commit 443178a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ jobs:
6565
- uses: codecov/codecov-action@v4
6666
with:
6767
file: coverage.xml
68+
token: ${{ secrets.CODECOV_TOKEN }}
6869
if: ${{ always() }}

.github/workflows/stable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ jobs:
6868
- uses: codecov/codecov-action@v4
6969
with:
7070
file: coverage.xml
71+
token: ${{ secrets.CODECOV_TOKEN }}
7172
if: ${{ always() }}

0 commit comments

Comments
 (0)