From 161dee17b108219ab0ae51cd935e0a5e06907fc5 Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Sat, 18 Jul 2026 09:21:49 +0800 Subject: [PATCH] =?UTF-8?q?ci(windows):=20=E5=8A=A0=20permissions=20conten?= =?UTF-8?q?ts:write=E2=80=94=E2=80=94GITHUB=5FTOKEN=20=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=8F=AA=E8=AF=BB=E5=BB=BA=E4=B8=8D=E4=BA=86=20Release(403)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01P9G7E3wmAYL9KeYCVZVsqu --- .github/workflows/windows.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 56e3db3..3d3272e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -19,6 +19,9 @@ on: - 'scripts/ci/compile-windows.sh' - 'deploy/windows/**' +permissions: + contents: write # 允许内置 GITHUB_TOKEN 创建 Release(winstage-v<版本>) + jobs: build-stage-windows: runs-on: windows-latest