From 801b74ce7d698c69f8df71c8c27915e916533a06 Mon Sep 17 00:00:00 2001 From: Steven Lizano <130484280+sfc-gh-erojaslizano@users.noreply.github.com> Date: Thu, 11 Apr 2024 08:40:19 -0600 Subject: [PATCH] Update .github/workflows/linter.yml remove github token --- .github/workflows/linter.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index ad64e1695..0c723f321 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -39,5 +39,4 @@ jobs: with: dotnet_format: true continue_on_error: true - github_token: ${{ secrets.GITHUB_TOKEN }} check_name: ${linter} run \ No newline at end of file