From e79c0b8520d433c65eb22186e997a092890cd573 Mon Sep 17 00:00:00 2001 From: JounQin Date: Wed, 17 Aug 2022 21:56:45 +0800 Subject: [PATCH] Update .github/workflows/releasing.yml Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> --- .github/workflows/releasing.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/releasing.yml b/.github/workflows/releasing.yml index a5aa1d26b3..505ee83410 100644 --- a/.github/workflows/releasing.yml +++ b/.github/workflows/releasing.yml @@ -7,6 +7,11 @@ on: concurrency: ${{ github.workflow }}-${{ github.ref }} +permissions: + contents: read + issues: write + pull-requests: write + jobs: release: name: Release