From bc715419eb172636489727e82d9208aedfb645d4 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 23 Dec 2023 22:02:16 +0200 Subject: [PATCH] CI: specify permissions `contents: read` --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02a9596..1ae0fe5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,9 @@ env: FORCE_COLOR: 2 NODE_LTS: 20 # used for linting and publish +permissions: + contents: read + jobs: lint: name: Lint