Skip to content

Commit c15b77a

Browse files
authored
ci: add read permission for contents (#1127)
1 parent 9b81dde commit c15b77a

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
verifications:
1313
name: Verifications
1414
uses: ./.github/workflows/verifications.yml
15+
secrets:
16+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1517

1618
required-checks:
1719
name: Require CI status checks

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
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

.github/workflows/verifications.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Verifications
22

33
on:
44
workflow_call:
5+
secrets:
6+
CODECOV_TOKEN:
7+
required: true
58

69
jobs:
710
code-validation:

0 commit comments

Comments
 (0)