Skip to content

Commit 816f028

Browse files
committed
u
1 parent d582095 commit 816f028

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
test-lint-build:
1111
runs-on: ubuntu-latest
12-
12+
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
@@ -37,6 +37,8 @@ jobs:
3737
3838
- name: Install dependencies
3939
run: pnpm install --frozen-lockfile
40+
env:
41+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4042

4143
- name: Lint code
4244
run: pnpm lint
@@ -55,4 +57,4 @@ jobs:
5557
else
5658
echo "❌ Build artifacts not found"
5759
exit 1
58-
fi
60+
fi

0 commit comments

Comments
 (0)