From e8eccb1a233897ae3cc6c02f33786c949aaf8820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=85=8E=E9=A5=BC?= Date: Fri, 24 Feb 2023 09:46:18 +0800 Subject: [PATCH] Fix permissions for release --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ab70e05..5b01734 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,6 +49,8 @@ jobs: needs: check_kernelsu_update if: needs.check_kernelsu_update.outputs.kernelsu_release != needs.check_kernelsu_update.outputs.local_release runs-on: ubuntu-latest + permissions: + contents: write steps: - name: install common package run: |