Skip to content

Commit 180560e

Browse files
authored
Update main.yml
1 parent 5b9ac9c commit 180560e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
OPENAI_API_KEY: dummy
5353
- name: "Upload coverage to Codecov"
5454
uses: codecov/codecov-action@v4
55-
# with:
55+
with:
56+
token: ${{ secrets.CODECOV_TOKEN }}
5657
# fail_ci_if_error: true
5758

5859
# tests_mac:

0 commit comments

Comments
 (0)