소스 검색

build(workflow): add required token for automatic publish to release after electron-builder build in workflow

ddx 1 개월 전
부모
커밋
c53a09f6c1
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/build-linux-arm-appimage.yml

+ 2 - 0
.github/workflows/build-linux-arm-appimage.yml

@@ -31,6 +31,8 @@ jobs:
         run: npm run prebuild:arm:linux
 
       - name: 构建 Electron 应用
+        env:
+          GH_TOKEN: ${{ secrets.GH_TOKEN }}
         run: npm run build:electron:linux
 
       - name: 上传构建结果