Skip to content

Commit 590cab4

Browse files
committed
Added missing codecov token to CI config
1 parent f6bc62a commit 590cab4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/plugin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
- name: Upload coverage to Codecov
126126
uses: codecov/codecov-action@v4
127127
with:
128+
token: ${{ secrets.CODECOV_TOKEN }}
128129
files: ./coverage.xml
129130

130131
release:

0 commit comments

Comments
 (0)