From 9fcb7469f85c88ab721b817a96c601493fcdb79d Mon Sep 17 00:00:00 2001 From: hms5232 Date: Sat, 2 Mar 2024 17:30:23 +0800 Subject: [PATCH] ci: give action write content permission --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64229b9..a21f9cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,8 @@ jobs: strip: true upload: + permissions: + contents: write strategy: fail-fast: false matrix: