ci(build): add contents write permission to workflow

This commit is contained in:
zarazaex69
2026-04-08 10:31:08 +03:00
parent b89bebb932
commit 3b16c9afa4
+3
View File
@@ -12,6 +12,9 @@ on:
tags:
- 'v*'
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest