Skip to content

Commit de0cbdf

Browse files
authored
ci(ci): remove git credentials after checkout (#717)
1 parent e1916b4 commit de0cbdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v5
18+
with:
19+
persist-credentials: false
1820
- uses: actions/setup-node@v4
1921
with:
2022
check-latest: true

0 commit comments

Comments
 (0)