From 640f243576ab20c0899377c91ae673631f80f5e1 Mon Sep 17 00:00:00 2001 From: Raj Beemi Date: Sat, 6 Jan 2024 23:16:43 +0000 Subject: [PATCH] ci: added permissions: write-all --- .github/workflows/playwright.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index cfcd62d..a821691 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -8,6 +8,8 @@ on: pull_request: branches: [ main ] +permissions: write-all + concurrency: group: ${{ github.ref }}-${{ github.event_name }} cancel-in-progress: true