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 87899cd commit 45ccb6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code_style_fix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
token: ${{ secrets.github-token || github.token }}
# token: ${{ secrets.github-token-test || github.token }}
token: ${{ secrets.github-token-test }}

- name: Black ◼️
uses: psf/black@stable
Expand Down Expand Up @@ -60,7 +61,6 @@ jobs:
uses: actions-js/[email protected]
with:
# github_token: ${{ secrets.github-token || github.token }}
# github_token: ${{ secrets.github-token }}
github_token: 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
github_token: ${{ secrets.github-token-test }}
message: "pre-commit: running and fixing..."
branch: ${{ github.head_ref || github.ref_name }}

0 comments on commit 45ccb6a

Please sign in to comment.