From 0a525d07f63697d688ad11a2f7f82b96dcd9853f Mon Sep 17 00:00:00 2001 From: Sherakama Date: Fri, 17 Feb 2023 14:21:24 -0800 Subject: [PATCH] Update autorelease.yml --- .github/workflows/autorelease.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index 5cc6a98d3..4dcbba8cd 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -9,14 +9,17 @@ on: pull_request: types: [closed] branches: [master] - -permissions: read-all|write-all jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on runs-on: ubuntu-latest + + permissions: + contents: write + deployments: write + pull-requests: read # Only run on merged PRs with an appropriate label. if: |