File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 44 pull_request :
55 merge_group :
66
7- permissions :
8- contents : read
9-
107concurrency :
118 group : ${{ github.workflow }}-${{ github.ref }}
129 cancel-in-progress : true
1512 verifications :
1613 name : Verifications
1714 uses : ./.github/workflows/verifications.yml
15+ secrets :
16+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
1817
1918 required-checks :
2019 name : Require CI status checks
Original file line number Diff line number Diff line change 3939 with :
4040 cache : ' pnpm'
4141 node-version-file : ' .nvmrc'
42- registry-url : ' https://registry.npmjs.org'
4342
4443 # Ensure npm 11.5.1 or later is installed for correct OIDC publishing
4544 - name : Update npm
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: Verifications
22
33on :
44 workflow_call :
5+ secrets :
6+ CODECOV_TOKEN :
7+ required : true
58
69jobs :
710 code-validation :
You can’t perform that action at this time.
0 commit comments