Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei-Aksionov committed Nov 22, 2023
1 parent 45ccb6a commit ceb0953
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/code_style_fix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
uses: actions-js/[email protected]
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 }}

0 comments on commit ceb0953

Please sign in to comment.