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..."