From ceb09536aa8e7eca4f0ec1142138382ca39b67e3 Mon Sep 17 00:00:00 2001 From: Andrei-Aksionov Date: Wed, 22 Nov 2023 14:18:11 +0300 Subject: [PATCH] Update --- .github/workflows/code_style_fix.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code_style_fix.yaml b/.github/workflows/code_style_fix.yaml index 1a2385f..2c988a1 100644 --- a/.github/workflows/code_style_fix.yaml +++ b/.github/workflows/code_style_fix.yaml @@ -31,7 +31,8 @@ jobs: fetch-depth: 0 submodules: recursive # token: ${{ secrets.github-token-test || github.token }} - token: ${{ secrets.github-token-test }} + # token: ${{ secrets.github-token-test }} + token: ${{ secrets.MySecret }} - name: Black ◼️ uses: psf/black@stable @@ -61,6 +62,7 @@ jobs: uses: actions-js/push@v1.4 with: # github_token: ${{ secrets.github-token || github.token }} - github_token: ${{ secrets.github-token-test }} + # github_token: ${{ secrets.github-token-test }} + github_token: ${{ secrets.MySecret }} message: "pre-commit: running and fixing..." branch: ${{ github.head_ref || github.ref_name }}