From 965f5d8e4a28ae82e8bd6730f2ef583faa9395dc Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Thu, 8 Sep 2022 12:06:17 +0530 Subject: [PATCH] ci: update github workflow security permissions (#482) --- .github/workflows/cancel.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cancel.yml b/.github/workflows/cancel.yml index 66570c7..23703ea 100644 --- a/.github/workflows/cancel.yml +++ b/.github/workflows/cancel.yml @@ -1,7 +1,10 @@ name: Cancel on: [push] +permissions: {} # none jobs: cancel: + permissions: + actions: write name: Cancel Previous Runs runs-on: ubuntu-latest timeout-minutes: 3