Skip to content

Commit

Permalink
Update rector.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zingimmick authored Feb 7, 2022
1 parent 3039264 commit fa58a8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
name: Checkout code
uses: actions/checkout@v2.4.0
with:
token: ${{ secrets.ACCESS_TOKEN }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}

Expand All @@ -33,3 +34,5 @@ jobs:
with:
add: .
message: "Rector Rectify"
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit fa58a8d

Please sign in to comment.