Skip to content

Commit 0dff425

Browse files
committed
remove token and useless if
1 parent a3f0be7 commit 0dff425

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/rector.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ jobs:
1010
if: github.event.pull_request.head.repo.full_name == 'php-etl/pipeline-contracts'
1111
steps:
1212
-
13-
if: github.event.pull_request.head.repo.full_name == github.repository
1413
uses: actions/checkout@v3
15-
with:
16-
# Must be used to trigger workflow after push
17-
token: ${{ secrets.ACCESS_TOKEN }}
1814

1915
-
2016
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)