Skip to content

Commit 584d030

Browse files
authored
fix: Push-CI Workflows 토큰 설정 추가 (#36)
1 parent 278e5bc commit 584d030

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/push-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Upload JaCoCo report to Codecov
3232
uses: codecov/codecov-action@v4
3333
with:
34+
token: ${{ secrets.CODECOV_TOKEN }}
3435
files: build/reports/jacoco/test/jacocoTestReport.xml
3536
fail_ci_if_error: true
3637
flags: dev

0 commit comments

Comments
 (0)