From f4b5609e0fe705fe27ce8b8b61bc3839715e7f0d Mon Sep 17 00:00:00 2001 From: Refringe Date: Sun, 20 Jul 2025 21:04:22 -0400 Subject: [PATCH] [workflow] removes format checkout token --- .github/workflows/dotnet-format.yml | 1 - 1 file changed, 1 deletion(-) 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