Skip to content

Commit 47047cc

Browse files
committed
test
1 parent e68b7e6 commit 47047cc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: .github/workflows/code-style.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: code-style
22

33
on:
4-
workflow_dispatch:
54
push:
65
branches: [ master ]
76
pull_request:
@@ -14,6 +13,8 @@ jobs:
1413
steps:
1514
- name: Checkout
1615
uses: actions/checkout@v4
16+
with:
17+
persist-credentials: false
1718

1819
- name: Setup PHP
1920
uses: shivammathur/setup-php@v2

Diff for: .github/workflows/rector.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: rector
22

33
on:
4-
workflow_dispatch:
54
push:
65
branches: [ master ]
76
pull_request:
@@ -14,6 +13,8 @@ jobs:
1413
steps:
1514
- name: Checkout
1615
uses: actions/checkout@v4
16+
with:
17+
persist-credentials: false
1718

1819
- name: Setup PHP
1920
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)