Skip to content

Commit

Permalink
[actions] switch Automatic Rebase workflow to pull_request_target e…
Browse files Browse the repository at this point in the history
…vent
  • Loading branch information
ljharb committed Dec 14, 2020
1 parent e2e8a12 commit e46f193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rebase.yml
@@ -1,6 +1,6 @@
name: Automatic Rebase

on: [pull_request]
on: [pull_request_target]

jobs:
_:
Expand All @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: ljharb/rebase@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e46f193

Please sign in to comment.