mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
ci: remove git credentials after checkout (#2858)
This commit is contained in:
parent
15b502d4c1
commit
c7133eb67f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -25,6 +25,8 @@ jobs:
|
||||
name: Node.js ${{ matrix.node }} (${{ matrix.os }})
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user