[eric] release: a draft release is invisible to a read-scoped token

This commit is contained in:
ciregenz
2026-08-03 01:36:00 -07:00
parent e43a020813
commit f02d6677c7
+4 -1
View File
@@ -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: