From 95f7973010d73bfe87550cd2e21ed9e8c72ee106 Mon Sep 17 00:00:00 2001 From: laniakea64 Date: Sat, 16 Nov 2024 00:10:55 -0500 Subject: [PATCH] ci: disable unused credential persistence --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b5a43ca..b95d5af 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -32,6 +32,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + persist-credentials: false # Vim maybe already installed, but this appears to be an undocumented implementation detail. # Make sure Vim is installed and working, and log Vim version.