From a16c8235e5033904dd09452d83a9d0638f05b454 Mon Sep 17 00:00:00 2001 From: Rowan Cockett Date: Mon, 15 Jul 2024 20:58:48 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Add=20specific=20pull-request=20?= =?UTF-8?q?permission?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index bce18596..d576bb0b 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -7,6 +7,10 @@ on: concurrency: ${{ github.workflow }}-${{ github.ref }} +permissions: + contents: write + pull-requests: write + jobs: release: name: Release