From 1ecf051d63f6c69a5092d7782aabc9aa1445957d Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 24 Sep 2025 21:34:41 +0530 Subject: fix: add contents write permission for release workflow --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed013bc..cf2a4a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,9 @@ on: release: types: [created] +permissions: + contents: write + jobs: build: runs-on: ubuntu-latest -- cgit v1.2.3