From c7133eb67fec1b96735918c11549a0b69d52505d Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 8 Nov 2022 19:24:39 +0000 Subject: [PATCH] ci: remove git credentials after checkout (#2858) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73e5709d..8e0f098c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: