From f75ac6042ed042c329ab3d1c9cec46b4c4b81918 Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Fri, 23 Dec 2022 10:41:16 +1100 Subject: Lock down workflow permissions. (#19406) Co-authored-by: Joel Challis --- .github/workflows/auto_approve.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/auto_approve.yml') diff --git a/.github/workflows/auto_approve.yml b/.github/workflows/auto_approve.yml index dea3f017dd..1db1c49a9b 100644 --- a/.github/workflows/auto_approve.yml +++ b/.github/workflows/auto_approve.yml @@ -1,5 +1,7 @@ name: Automatic Approve +permissions: {} + on: schedule: - cron: "*/5 * * * *" -- cgit v1.2.3