From 8317e3367a71ac6067f73deeb9766733251b2aaa Mon Sep 17 00:00:00 2001 From: tkmxqrdxddd Date: Tue, 17 Mar 2026 21:09:43 +0100 Subject: [PATCH] fix: add permissions to release workflow --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f39f5c..9d1e2f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,9 @@ on: tags: - 'v*' +permissions: + contents: write + jobs: release: name: Release Build @@ -84,4 +87,3 @@ jobs: uses: softprops/action-gh-release@v1 with: files: davinci-video-converter_*.deb - token: ${{ secrets.GITHUB_TOKEN }}