Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma authored Apr 17, 2023
1 parent 92d8a42 commit 86e5256
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
name: Test Action

on:
pull_request:
- pull_request_target

jobs:
run:
Expand All @@ -13,5 +12,5 @@ jobs:
- uses: ./
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
allowed-actors: buluma, dependabot[bot]
allowed-actors: tjenkinson, dependabot[bot]
package-block-list: '@actions/core, @actions/github'

0 comments on commit 86e5256

Please sign in to comment.