We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b81dde commit c15b77aCopy full SHA for c15b77a
.github/workflows/ci.yml
@@ -12,6 +12,8 @@ jobs:
12
verifications:
13
name: Verifications
14
uses: ./.github/workflows/verifications.yml
15
+ secrets:
16
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
17
18
required-checks:
19
name: Require CI status checks
.github/workflows/release.yml
@@ -39,7 +39,6 @@ jobs:
39
with:
40
cache: 'pnpm'
41
node-version-file: '.nvmrc'
42
- registry-url: 'https://registry.npmjs.org'
43
44
# Ensure npm 11.5.1 or later is installed for correct OIDC publishing
45
- name: Update npm
.github/workflows/verifications.yml
@@ -2,6 +2,9 @@ name: Verifications
2
3
on:
4
workflow_call:
5
6
+ CODECOV_TOKEN:
7
+ required: true
8
9
jobs:
10
code-validation:
0 commit comments