From 5754058814e9b0599fd7054e6ac9ee3ef3b6f0c2 Mon Sep 17 00:00:00 2001 From: Luke Lashley Date: Wed, 20 Nov 2024 14:07:21 -0500 Subject: [PATCH] fix: change to persist credentials --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10ec0d3..e35c60f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,8 +74,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.GH_TOKEN }} - + persist-credentials: false - name: Set up Python 3.11 uses: actions/setup-python@v5 with: