From 7da7336561773289514e2416dab176d0b7563a78 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 19 Sep 2022 15:59:20 +0200 Subject: [PATCH] ci: workflow security --- .github/workflows/cancel.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cancel.yml b/.github/workflows/cancel.yml index 66570c7c4d..23703ea7eb 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