Skip to content

Commit 1c8a0f9

Browse files
committed
remove codecov token
1 parent 80a6942 commit 1c8a0f9

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
@@ -26,8 +26,6 @@ jobs:
2626
contents: read
2727
actions: write
2828
uses: ./.github/workflows/test.yml
29-
secrets:
30-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3129

3230
build:
3331
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
- "pyproject.toml"
1818
- "justfile"
1919
workflow_call:
20-
secrets:
21-
CODECOV_TOKEN:
22-
required: true
2320
workflow_dispatch:
2421
inputs:
2522
debug:

0 commit comments

Comments
 (0)