From 498fe62637ba32f2cfb0e6f645f9c8a61fc2617f Mon Sep 17 00:00:00 2001 From: dseyler Date: Fri, 18 Oct 2024 14:43:59 -0700 Subject: [PATCH] added write permissions --- .github/workflows/git_lfs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/git_lfs.yml b/.github/workflows/git_lfs.yml index 43656175..c9f73cc3 100644 --- a/.github/workflows/git_lfs.yml +++ b/.github/workflows/git_lfs.yml @@ -1,6 +1,8 @@ # This workflow checks for large files that are not tracked with git lfs name: Check for git lfs on: [push, pull_request] +permissions: + contents: write jobs: check_git_lfs: runs-on: ubuntu-latest