From f02d6677c74dad181f39a2250ddd039e2cd7524f Mon Sep 17 00:00:00 2001 From: ciregenz Date: Mon, 3 Aug 2026 01:36:00 -0700 Subject: [PATCH] [eric] release: a draft release is invisible to a read-scoped token --- .github/workflows/smoke-windows-packaged.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/smoke-windows-packaged.yml b/.github/workflows/smoke-windows-packaged.yml index 86677134..56fc744c 100644 --- a/.github/workflows/smoke-windows-packaged.yml +++ b/.github/workflows/smoke-windows-packaged.yml @@ -24,8 +24,11 @@ on: branches: - win-smoke +# write, not read: a DRAFT release is invisible to a read-scoped token, so the asset lookup finds +# nothing and the smoke reports "no release tagged ..." for a release that is plainly there. +# Nothing here writes; the scope is only what makes drafts listable. permissions: - contents: read + contents: write jobs: smoke: