From 379e6d48a971c5a5f9b43446a8d15ae4ccf7fe89 Mon Sep 17 00:00:00 2001 From: "Martin R. Pfaller" Date: Thu, 22 Feb 2024 19:25:24 -0800 Subject: [PATCH] Read/write permissions --- .github/workflows/git_lfs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/git_lfs.yml b/.github/workflows/git_lfs.yml index 60b8e71b..160920ef 100644 --- a/.github/workflows/git_lfs.yml +++ b/.github/workflows/git_lfs.yml @@ -7,7 +7,9 @@ on: pull_request: branches: - main -permissions: write-all +permissions: + contents: read + issues: write jobs: check_git_lfs: runs-on: ubuntu-latest