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 4, 2020
1 parent b0d9178 commit 4473ed2
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 4473ed2

Please sign in to comment.