From 134315fa7651c0a6c5d36f693901655e7c175875 Mon Sep 17 00:00:00 2001 From: JounQin Date: Thu, 18 Aug 2022 17:20:48 +0800 Subject: [PATCH] ci: add missing permissions section --- .github/workflows/releasing.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/releasing.yml b/.github/workflows/releasing.yml index a5aa1d26b3..0c8218e4c8 100644 --- a/.github/workflows/releasing.yml +++ b/.github/workflows/releasing.yml @@ -5,6 +5,11 @@ on: branches: - main +permissions: + contents: read + issues: write + pull-requests: write + concurrency: ${{ github.workflow }}-${{ github.ref }} jobs: