From 47047cc2c99f1697cea6e6326ec7302eb0aeda9e Mon Sep 17 00:00:00 2001 From: Maxim Babichev Date: Tue, 6 Feb 2024 21:37:20 +0300 Subject: [PATCH] test --- .github/workflows/code-style.yaml | 3 ++- .github/workflows/rector.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-style.yaml b/.github/workflows/code-style.yaml index 6d2f48171..832a97ca9 100644 --- a/.github/workflows/code-style.yaml +++ b/.github/workflows/code-style.yaml @@ -1,7 +1,6 @@ name: code-style on: - workflow_dispatch: push: branches: [ master ] pull_request: @@ -14,6 +13,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + persist-credentials: false - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/rector.yaml b/.github/workflows/rector.yaml index 1b57864c9..63cb0049a 100644 --- a/.github/workflows/rector.yaml +++ b/.github/workflows/rector.yaml @@ -1,7 +1,6 @@ name: rector on: - workflow_dispatch: push: branches: [ master ] pull_request: @@ -14,6 +13,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + persist-credentials: false - name: Setup PHP uses: shivammathur/setup-php@v2