From fe1353b229ef5ab2da7dcbd238682db88fdc40ae Mon Sep 17 00:00:00 2001 From: Tw93 Date: Tue, 18 Nov 2025 10:28:45 +0800 Subject: [PATCH] Automatically submit build files --- .github/workflows/shell-quality-checks.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/shell-quality-checks.yml b/.github/workflows/shell-quality-checks.yml index 7ce54d5..1c289c4 100644 --- a/.github/workflows/shell-quality-checks.yml +++ b/.github/workflows/shell-quality-checks.yml @@ -5,6 +5,9 @@ on: branches: [main] pull_request: +permissions: + contents: write + jobs: shell-quality-checks: runs-on: macos-latest