From e96b86ec71b1eac58f29917fbe823ceb464215bd Mon Sep 17 00:00:00 2001 From: LongYinan Date: Wed, 6 Mar 2024 15:01:21 +0800 Subject: [PATCH] ci: add write permission to release workflow --- .github/workflows/release-desktop-automatically.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-desktop-automatically.yml b/.github/workflows/release-desktop-automatically.yml index 60887b09e..27629de82 100644 --- a/.github/workflows/release-desktop-automatically.yml +++ b/.github/workflows/release-desktop-automatically.yml @@ -7,6 +7,10 @@ on: schedule: - cron: '0 9 * * *' +permissions: + contents: write + pull-requests: write + jobs: dispatch-release-desktop: runs-on: ubuntu-latest