From a6b5ee62400bfd303b05bddffac288f6ea14ad4f Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Wed, 7 Sep 2022 20:02:52 +0530 Subject: [PATCH] ci: update github workflow security permissions (#190) --- .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