From b0942b52e545c635a0e2b0ed29662f1dd61932dc Mon Sep 17 00:00:00 2001 From: Jason Kai Date: Thu, 5 Oct 2023 12:46:04 -0400 Subject: [PATCH] update actions permissions --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54a7f15..f84854b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,9 @@ jobs: name: Lint code if: github.event.pull_request.merged == false runs-on: ubuntu-latest + permissions: + actions: write + contents: read strategy: matrix: python-version: [3.8] @@ -52,6 +55,9 @@ jobs: matrix: python-version: [3.8] redis-version: [6] + permissions: + actions: write + contents: read steps: - name: Setup environment