.github/workflows/package-builds-stable: allow write permissions to upload binary packages

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-04-06 13:05:45 -04:00
parent df27a96f1f
commit 8adf1a06eb
+1 -1
View File
@@ -5,7 +5,7 @@ on:
types: [published] types: [published]
permissions: permissions:
contents: read contents: write
actions: write actions: write
jobs: jobs: