From fc10a5c0064d7a5b522ba1907e14e7564e0ae06f Mon Sep 17 00:00:00 2001 From: Meghea Iulian Date: Thu, 21 Mar 2024 10:47:18 +0200 Subject: [PATCH] chore: adjust workflow --- .github/workflows/preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index f0abaf9d..450393c2 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -1,7 +1,7 @@ name: Deploy PR previews concurrency: preview-${{ github.ref }} on: - pull_request_target: + pull_request: types: - opened - reopened @@ -9,7 +9,7 @@ on: - closed permissions: contents: write - pages: write + pull-requests: write jobs: storybook: uses: Neovici/cfg/.github/workflows/preview.yml@master