Skip to content

Commit c7133eb

Browse files
authored
ci: remove git credentials after checkout (brianc#2858)
1 parent 15b502d commit c7133eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
name: Node.js ${{ matrix.node }} (${{ matrix.os }})
2626
steps:
2727
- uses: actions/checkout@v3
28+
with:
29+
persist-credentials: false
2830
- name: Setup node
2931
uses: actions/setup-node@v3
3032
with:

0 commit comments

Comments
 (0)