Skip to content

Commit 28db202

Browse files
committed
Remove CODECOV_TOKEN environment variable from Codecov upload steps in CI workflows
1 parent 39e18a8 commit 28db202

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/analytics-api-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ jobs:
102102
make test
103103
- name: Upload coverage to Codecov
104104
uses: codecov/codecov-action@v5
105-
env:
106-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
107105
with:
108106
flags: analyticsapi
109107
name: codecov-analytics-api

.github/workflows/met-api-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ jobs:
115115
116116
- name: Upload coverage to Codecov
117117
uses: codecov/codecov-action@v5
118-
env:
119-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
120118
with:
121119
flags: metapi
122120
name: codecov-met-api

.github/workflows/met-web-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ jobs:
6868
npm test -- --coverage
6969
- name: Upload coverage to Codecov
7070
uses: codecov/codecov-action@v5
71-
env:
72-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7371
with:
7472
flags: metweb
7573
name: codecov-met-web

0 commit comments

Comments
 (0)