From 807a22f2b8897e5d77bc132b274cb532f11282e7 Mon Sep 17 00:00:00 2001 From: Richard Guo Date: Tue, 5 Nov 2024 12:26:01 -0500 Subject: [PATCH] Update .github/workflows/ci.yml Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9f6cdcb..b92d2d0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI Testing on: pull_request -permissions: write-all +permissions: read-repo jobs: lint-and-test: