You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/04/28 07:09:23 UTC

[camel-website] 01/01: PR GH Action: Use Pull_request instead of pull_request_target

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch remove-pr-target
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit b9fc9a4eb594887a15b22ec0c3932cdabd017f5f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 28 09:09:16 2021 +0200

    PR GH Action: Use Pull_request instead of pull_request_target
---
 .github/workflows/pr.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml
index b64061d..98c7737 100644
--- a/.github/workflows/pr.yaml
+++ b/.github/workflows/pr.yaml
@@ -17,7 +17,7 @@
 
 name: Pull request checks and preview
 
-on: pull_request_target
+on: pull_request
 
 env:
   CAMEL_ENV: production