Skip to content
This repository was archived by the owner on Jun 21, 2024. It is now read-only.

Commit 39f6a68

Browse files
authored
Create build.yml
1 parent 13b51b6 commit 39f6a68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- main # 执行分支on:
77
workflow_dispatch:
88

9+
env:
10+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
11+
912
jobs:
1013
build_macos:
1114
runs-on: macos-latest

0 commit comments

Comments
 (0)