Skip to content

Commit

Permalink
Chore(dependabot): Fix dependabot test workflow (#38)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
KevKibe authored Jun 4, 2024
1 parent b89f63c commit bd91c89
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Tests

on: pull_request

permissions: read-all

on:
pull_request_target:
branches: [master]

jobs:
test:
Expand Down

0 comments on commit bd91c89

Please sign in to comment.