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/feature_branch_update.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows/feature_branch_update.yml') diff --git a/.github/workflows/feature_branch_update.yml b/.github/workflows/feature_branch_update.yml index 90cd85e355..bfc4c7d65e 100644 --- a/.github/workflows/feature_branch_update.yml +++ b/.github/workflows/feature_branch_update.yml @@ -1,5 +1,8 @@ name: Update feature branches after develop merge +permissions: + contents: write + on: push: branches: -- cgit v1.2.3