From e1ec90dcc5f9740ba6aee4a8a3cdaf722f6cce74 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Wed, 6 Mar 2024 18:18:27 +0800 Subject: [PATCH] ci: add write packages permission to release workflow --- .github/workflows/release-desktop-automatically.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-desktop-automatically.yml b/.github/workflows/release-desktop-automatically.yml index 27629de82..72bf108cd 100644 --- a/.github/workflows/release-desktop-automatically.yml +++ b/.github/workflows/release-desktop-automatically.yml @@ -10,6 +10,7 @@ on: permissions: contents: write pull-requests: write + actions: write jobs: dispatch-release-desktop: