diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 5c5a2d0c..de25299f 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -1,7 +1,7 @@ name: Deploy PR previews on: - pull_request_target: + pull_request: types: - opened - synchronize @@ -10,10 +10,6 @@ on: concurrency: preview-${{ github.ref }} -permissions: - contents: write - pull-requests: write - defaults: run: shell: bash