Update build.yml

This commit is contained in:
xxnuo
2026-01-01 17:20:13 +08:00
parent c3e710dd3f
commit a2a0f0477e

View File

@@ -48,7 +48,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN || github.token }}
defaults:
run:
shell: bash