From a2f417b6d76c122cfd7b3c49c40fc79d9d371bda Mon Sep 17 00:00:00 2001 From: KeSuave Date: Tue, 19 Nov 2024 08:55:02 -0800 Subject: [PATCH] chore: edit release workflow --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 34b15fb..aa7b13c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,6 +4,8 @@ on: push: branches: - main +permissions: + contents: read|write jobs: release: