From 7793dbb4b4f531eed73417ba7bf4cd19590f1e2f Mon Sep 17 00:00:00 2001 From: mauwii Date: Fri, 28 Oct 2022 01:56:58 +0200 Subject: [PATCH] change pull_request_target to pull_request since no secrets are used in this action this should be totally fine. --- .github/workflows/build-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 9271fcbcb7..f04f23a7cf 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -6,7 +6,7 @@ on: branches: - 'main' - 'development' - pull_request_target: + pull_request: branches: - 'main' - 'development'