From 970b2ecb986d3ee160629922cc115ba7fe85970d 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..adcd9d79 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-all jobs: lint-and-test: