ci: permissions contents:write для Release-workflow (attach asset падал: Resource not accessible by integration)

This commit is contained in:
Matysh
2026-07-05 21:19:22 +03:00
parent e52dbc4491
commit f1b372f0e6
+2
View File
@@ -2,6 +2,8 @@ name: Release
on:
release:
types: [published]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest