Skip to content

Commit

Permalink
replace pull_request event by pull_request_target to increase workflo…
Browse files Browse the repository at this point in the history
…w permissions
  • Loading branch information
juliamrch committed Dec 4, 2023
1 parent 9cd94f5 commit aa75be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/review-app.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Review app on pull request

on:
pull_request:
branches: main
pull_request_target:
branches: [ main ]

env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
Expand Down

0 comments on commit aa75be2

Please sign in to comment.