From 2e91947b1f1e59a0e7776c998f0a9543697adcc2 Mon Sep 17 00:00:00 2001 From: Jesse Gerbrandt Date: Sat, 11 Nov 2023 10:13:48 -0700 Subject: [PATCH] Removing with --- .github/workflows/clang-format.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index b2a2c6fe..eb5ea731 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -21,8 +21,6 @@ jobs: git add -u git commit -m "Apply clang-format" || echo "No changes to commit" git push - with: - github_token: ${{ secrets.WORKFLOW_TOKEN }} permissions: actions: write \ No newline at end of file