From 421a4d2b35f070a44b17902e8e2dca86c2abb888 Mon Sep 17 00:00:00 2001 From: Andrei-Aksionov Date: Wed, 22 Nov 2023 13:26:19 +0300 Subject: [PATCH] Update --- .github/workflows/code_style_fix.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/code_style_fix.yaml b/.github/workflows/code_style_fix.yaml index e20d6a9..af56946 100644 --- a/.github/workflows/code_style_fix.yaml +++ b/.github/workflows/code_style_fix.yaml @@ -52,6 +52,8 @@ jobs: - name: Fixing Pull Request ↩️ # if: always() && inputs.push-fixes == true && steps.precommit.outcome == 'failure' uses: actions-js/push@v1.4 + permissions: + actions: write with: github_token: ${{ secrets.github-token || github.token }} message: "pre-commit: running and fixing..."