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 <[email protected]> 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
