From 5d437c34a40ebc5582bacc992c1aa3ad97da6f79 Mon Sep 17 00:00:00 2001 From: eclipse-langium-bot <150659361+eclipse-langium-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:35:34 +0100 Subject: [PATCH] Revert changes --- .github/workflows/preview.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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