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