Skip to content

Commit 4e99add

Browse files
committed
chore(ci): remove redundant codecov token from workflow callers
- Removed explicit CODECOV_TOKEN secret passing from on-pull-request.yml - Removed explicit CODECOV_TOKEN secret passing from on-push-to-main.yml
1 parent e22a574 commit 4e99add

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/on-pull-request.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
verify:
1212
name: Verify
1313
uses: ./.github/workflows/verify.yml
14-
secrets:
15-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1614

1715
docker-e2e:
1816
name: E2E-Coverage

.github/workflows/on-push-to-main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
verify:
1313
name: Verify
1414
uses: ./.github/workflows/verify.yml
15-
secrets:
16-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1715

1816
changesets:
1917
name: Changesets

0 commit comments

Comments
 (0)