From 51d487c3725b874de5a94af0f1d35adbe4724e64 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 26 Apr 2025 21:38:48 -0400 Subject: [PATCH] ci(release): fix permissions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8483473..490172c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ --- name: CI permissions: - contents: read + contents: write # needed for setup-release-action on: pull_request: