From 5deaebdb979b0660c6647d87861a239915077cc4 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Tue, 9 Jan 2024 10:29:15 +0300 Subject: [PATCH] Update rector.yml --- .github/workflows/rector.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rector.yml b/.github/workflows/rector.yml index adacd73..35411d0 100644 --- a/.github/workflows/rector.yml +++ b/.github/workflows/rector.yml @@ -14,8 +14,10 @@ name: rector jobs: rector: uses: yiisoft/actions/.github/workflows/rector.yml@master + secrets: + token: ${{ secrets.YIISOFT_GITHUB_TOKEN }} with: os: >- ['ubuntu-latest'] php: >- - ['8.0'] + ['8.3']