From bd91c899b9357275dabbedc80463732cb6c53889 Mon Sep 17 00:00:00 2001 From: Kevin Kibe Date: Tue, 4 Jun 2024 12:12:08 +0300 Subject: [PATCH] Chore(dependabot): Fix dependabot test workflow (#38) * fix: run tests on pull_request_target * fix: add secrets to dependabot configuration * fix: revert back to on pull_request * fix: GH secrets access in GA run * chore: add gitignore * Merf * chore(dependencies): rename dependabot test run * chore(dependabot): add permissions field * chore(dependabot): add test trigger on pull request target master branch --- .github/workflows/tests.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6e235a0..195e6bf 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -1,9 +1,8 @@ name: Tests -on: pull_request - -permissions: read-all - +on: + pull_request_target: + branches: [master] jobs: test: