Skip to content

Commit 70af76b

Browse files
committed
update ci
1 parent 38d3d52 commit 70af76b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
# Build job
1111
build:
1212
runs-on: ubuntu-latest
13+
1314
steps:
1415
- name: Checkout
1516
uses: actions/checkout@v4
@@ -35,4 +36,6 @@ jobs:
3536
- name: Build cli
3637
run: npm run cli:build:linux
3738
- name: Build APP
39+
env:
40+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3841
run: npm run build:linux

0 commit comments

Comments
 (0)