diff --git a/.github/workflows/autoformat.yaml b/.github/workflows/autoformat.yaml index 8aff3af..e22fcd6 100644 --- a/.github/workflows/autoformat.yaml +++ b/.github/workflows/autoformat.yaml @@ -33,3 +33,4 @@ jobs: black_auto_fix: true git_name: "Lint GitHub Action" git_email: "github-actions@github.com" + github_token: ${{ secrets.GITHUB_TOKEN }}