From dfdbc09f6d0594d7babaa7670ec0424958bf65dd Mon Sep 17 00:00:00 2001 From: Research Assistant Date: Mon, 11 May 2026 00:23:48 +0800 Subject: [PATCH] ci: add contents:write permission to release workflow --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84fa1a00..c8aab79c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,8 @@ jobs: release: name: Release Plugin runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v4