Skip to content

Commit e040de7

Browse files
authored
Merge pull request #18 from cakephp/5.x-adjust-ci
adjust ci
2 parents 9496a7c + 3dff72b commit e040de7

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/cs-stan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@v4
26+
with:
27+
persist-credentials: false
2628

2729
- name: Setup PHP
2830
uses: shivammathur/setup-php@v2

.github/workflows/testsuite-with-db.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444

4545
steps:
4646
- uses: actions/checkout@v4
47+
with:
48+
persist-credentials: false
4749

4850
- name: Setup Service
4951
if: matrix.db-type == 'mysql'

.github/workflows/testsuite-without-db.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626

2727
steps:
2828
- uses: actions/checkout@v4
29+
with:
30+
persist-credentials: false
2931

3032
- name: Setup PHP
3133
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)