From aa14f6045f3893f6d1b1bdb957ee7d95e82b2711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=93=E9=BC=A0?= <71394853+hamster1963@users.noreply.github.com> Date: Tue, 25 Mar 2025 16:20:33 +0800 Subject: [PATCH] chore: update permissions for auto-fix lint and format workflow (#264) --- .github/workflows/auto-fix-lint-format-commit.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/auto-fix-lint-format-commit.yml b/.github/workflows/auto-fix-lint-format-commit.yml index 3da6ee7..e053cfa 100644 --- a/.github/workflows/auto-fix-lint-format-commit.yml +++ b/.github/workflows/auto-fix-lint-format-commit.yml @@ -1,4 +1,7 @@ name: Auto Fix Lint and Format +permissions: + contents: read + pull-requests: write on: pull_request: