From 6aaba9daa335413cf6ef8c11dba26686874eb630 Mon Sep 17 00:00:00 2001 From: Ben Doerr Date: Wed, 21 Aug 2024 16:17:32 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci:=20Fixes=20the=20missing=20pe?= =?UTF-8?q?rmission=20for=20the=20release=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09cb351..d3c9e92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,11 +9,11 @@ permissions: contents: read jobs: - label: + release: runs-on: ubuntu-latest permissions: - contents: read + contents: write pull-requests: write deployments: write