From e65071d3aa6820c267c2bab17f047e7c3a630da0 Mon Sep 17 00:00:00 2001 From: Naveen <172697+naveensrinivasan@users.noreply.github.com> Date: Wed, 25 May 2022 12:05:29 -0500 Subject: chore: Set permissions for GitHub actions (#6936) --- .github/workflows/shell.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows/shell.yml') diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index e0826296..7031950e 100644 --- a/.github/workflows/shell.yml +++ b/.github/workflows/shell.yml @@ -4,6 +4,9 @@ on: branches: [ main ] pull_request: +permissions: + contents: read + jobs: shellcheck: name: Shellcheck -- cgit v1.2.3