diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 27b2c7d89030..eca2a96f1681 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -17,6 +17,7 @@ jobs: - name: Run Ultralytics Formatting uses: ultralytics/actions@main with: + token: ${{ secrets.GITHUB_TOKEN }} python: true docstrings: true markdown: true