We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f5ada commit f2a1da7Copy full SHA for f2a1da7
2 files changed
.github/workflows/release.yml
@@ -24,8 +24,6 @@ jobs:
24
contents: read
25
actions: write
26
uses: ./.github/workflows/test.yml
27
- secrets:
28
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
29
30
build:
31
name: Build Package
.github/workflows/test.yml
@@ -17,9 +17,6 @@ on:
17
- "justfile"
18
merge_group:
19
workflow_call:
20
21
- CODECOV_TOKEN:
22
- required: true
23
workflow_dispatch:
inputs:
debug:
0 commit comments