From bd736632a061308176ba82e2ef40b3612af7426b Mon Sep 17 00:00:00 2001 From: Victor Adossi Date: Tue, 10 Mar 2026 20:16:20 +0900 Subject: [PATCH] fix(ci): allow content write permission for release job --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea8b6b1..e2c886f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest permissions: id-token: write - contents: read + contents: write actions: read steps: - uses: actions/checkout@v2