From ce3d68834f5374c86a5897e8a975bc7efb5b17bf Mon Sep 17 00:00:00 2001 From: "Martin R. Pfaller" Date: Thu, 22 Feb 2024 19:20:09 -0800 Subject: [PATCH] Minimal --- .github/workflows/git_lfs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/git_lfs.yml b/.github/workflows/git_lfs.yml index 212c6300..8212bd9a 100644 --- a/.github/workflows/git_lfs.yml +++ b/.github/workflows/git_lfs.yml @@ -4,10 +4,8 @@ on: [push, pull_request] jobs: check_git_lfs: runs-on: ubuntu-latest - permissions: read-all steps: - name: Check for large files without git lfs uses: ppremk/lfs-warning@v3.2 with: - token: ${{ secrets.GITHUB_TOKEN }} filesizelimit: 1MB \ No newline at end of file