From 18924e46e0f671d187b24a8a9730499911488c3d Mon Sep 17 00:00:00 2001 From: Jan Dubois Date: Wed, 16 Oct 2024 16:09:18 -0700 Subject: [PATCH] Test workflow should not need any write permissions Not sure why the StepSecurity bot is ignoring the test workflow. Signed-off-by: Jan Dubois --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f7b2e0ac0d..3211dbc4e59 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,6 +17,8 @@ on: env: LIMACTL_CREATE_ARGS: "" +permissions: read-all + jobs: lints: name: "Lints"