Skip to content

Commit 9291432

Browse files
authored
Improve rector CI (#743)
1 parent 502e098 commit 9291432

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/rector.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
on:
2-
pull_request:
2+
pull_request_target:
33
paths-ignore:
44
- 'docs/**'
55
- 'README.md'
@@ -17,6 +17,7 @@ jobs:
1717
secrets:
1818
token: ${{ secrets.YIISOFT_GITHUB_TOKEN }}
1919
with:
20+
repository: ${{ github.event.pull_request.head.repo.full_name }}
2021
os: >-
2122
['ubuntu-latest']
2223
php: >-

0 commit comments

Comments
 (0)