From a4aea558bfff1091fb6b1dc28fa3c35cfd05bebd Mon Sep 17 00:00:00 2001 From: KC Berg Date: Mon, 14 Jul 2025 12:14:07 -0600 Subject: [PATCH] fix: remove unnecessary persist-credentials option from checkout steps --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a010a89..a150b94 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,8 +44,6 @@ jobs: needs: tag steps: - uses: actions/checkout@v4 - with: - persist-credentials: 'false' - name: Set up Python uses: actions/setup-python@v5 with: @@ -67,8 +65,6 @@ jobs: needs: tag steps: - uses: actions/checkout@v4 - with: - persist-credentials: 'false' - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx