Skip to content

Commit aa656b6

Browse files
committed
Add CODECOV_TOKEN to codecov action configuration
1 parent c58e083 commit aa656b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ jobs:
4343
env:
4444
PAT: ${{ secrets.GITHUB_TOKEN }}
4545
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24
46+
with:
47+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)