From fadc8d00968301c7723c2a46ea6558fa31d3f69b Mon Sep 17 00:00:00 2001 From: Chris Edillon Date: Mon, 25 Sep 2023 15:48:16 -0400 Subject: [PATCH] switched to pull_request_target --- .github/workflows/ansible-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 311fe5b11..706d48cc6 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -1,8 +1,8 @@ --- name: Ansible Lint on: - - push - - pull_request + push: + pull_request_target: env: ANSIBLE_GALAXY_SERVER_AH_TOKEN: ${{ secrets.ANSIBLE_GALAXY_SERVER_AH_TOKEN }}