Skip to content

Commit f2a1da7

Browse files
committed
remove codecov token
1 parent a0f5ada commit f2a1da7

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
contents: read
2525
actions: write
2626
uses: ./.github/workflows/test.yml
27-
secrets:
28-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2927

3028
build:
3129
name: Build Package

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ on:
1717
- "justfile"
1818
merge_group:
1919
workflow_call:
20-
secrets:
21-
CODECOV_TOKEN:
22-
required: true
2320
workflow_dispatch:
2421
inputs:
2522
debug:

0 commit comments

Comments
 (0)