Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e922937

Browse files
authoredFeb 9, 2024
Update formatting.yml
1 parent 5457fd4 commit e922937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: steps.action_black.outputs.is_formatted == 'true'
1616
uses: peter-evans/create-pull-request@v3
1717
with:
18-
token: ${{ secrets.GITHUB_TOKEN }}
18+
token: ${{ secrets.GH_TOKEN }}
1919
title: "Format Python code with psf/black push"
2020
commit-message: ":art: Format Python code with psf/black"
2121
body: |

0 commit comments

Comments
 (0)
Please sign in to comment.