From d81ed7bd73da8e4d97b780aa788279767ac1db34 Mon Sep 17 00:00:00 2001 From: nerdCopter <56646290+nerdCopter@users.noreply.github.com> Date: Tue, 20 Feb 2024 11:46:47 -0600 Subject: [PATCH] github actions for artifacts linking --- .github/workflows/artifact-links.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/artifact-links.yml b/.github/workflows/artifact-links.yml index 4c506c2e1d..daaee47b79 100644 --- a/.github/workflows/artifact-links.yml +++ b/.github/workflows/artifact-links.yml @@ -1,7 +1,7 @@ name: Artifacts links comment creator on: - pull_request: - types: [opened,synchronize] + pull_request_target: + types: [opened, synchronize] jobs: artifacts-url-comments: