Skip to content

Commit

Permalink
ci: pass codecov token
Browse files Browse the repository at this point in the history
danielroe committed Feb 23, 2024
1 parent f8d28c2 commit 301ea44
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "pnpm"
cache: 'pnpm'

- name: 📦 Install dependencies
run: pnpm install
@@ -35,7 +35,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "pnpm"
cache: 'pnpm'

- name: 📦 Install dependencies
run: pnpm install
@@ -48,3 +48,5 @@ jobs:

- name: 🟩 Coverage
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 301ea44

Please sign in to comment.