Skip to content

Commit aa83733

Browse files
Use CODECOV_TOKEN (opensearch-project#14536)
Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
1 parent 0d01d17 commit aa83733

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gradle-check.yml

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
if: success()
114114
uses: codecov/codecov-action@v4
115115
with:
116+
token: ${{ secrets.CODECOV_TOKEN }}
116117
files: ./codeCoverage.xml
117118

118119
- name: Create Comment Success

0 commit comments

Comments
 (0)