Skip to content

Commit

Permalink
Danger on PR request target
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed May 7, 2022
1 parent 19297f2 commit 155a634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build and Deploy
on: [push, pull_request]
on: [push, pull_request, pull_request_target]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand All @@ -20,3 +20,4 @@ jobs:
yarn danger ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 155a634

Please sign in to comment.