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 8079cc1 commit fdafc3aCopy full SHA for fdafc3a
.github/workflows/ci.yml
@@ -23,6 +23,8 @@ jobs:
23
24
- name: 📦 Install dependencies
25
run: pnpm install
26
+ env:
27
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
29
- name: 🔠 Lint project
30
run: pnpm lint
.github/workflows/size.yml
@@ -29,6 +29,8 @@ jobs:
31
32
33
34
35
- name: 🛠 Build project
36
run: pnpm build
@@ -65,7 +67,9 @@ jobs:
65
67
node-version: lts/*
66
68
69
- run: pnpm install
70
+ run:
71
72
73
74
75
0 commit comments