diff --git a/.github/workflows/dotnet-format.yml b/.github/workflows/dotnet-format.yml index dcfc0549..df5ebf6a 100644 --- a/.github/workflows/dotnet-format.yml +++ b/.github/workflows/dotnet-format.yml @@ -19,7 +19,6 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} - token: ${{ secrets.BYPASS_WORKFLOW_PAT }} - name: Setup .NET uses: actions/setup-dotnet@v4