From 1c1a6edd6cd96020648f6d83d44adcd8e72d1c98 Mon Sep 17 00:00:00 2001 From: Rowan Cockett Date: Mon, 15 Jul 2024 20:37:39 -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/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d159da980..579c935fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,8 @@ on: default: false required: false concurrency: ${{ github.workflow }}-${{ github.ref }} - +permissions: + contents: write jobs: release-npm: name: Release NPM