Skip to content

Commit

Permalink
[actions] switch Automatic Rease workflow to pull_request_target event
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 13, 2020
1 parent 595583b commit 00f8c17
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 00f8c17

Please sign in to comment.