diff --git a/.github/workflows/Lucene-Net-Website.yml b/.github/workflows/Lucene-Net-Website.yml index 5ff29851a1..5206a4efb6 100644 --- a/.github/workflows/Lucene-Net-Website.yml +++ b/.github/workflows/Lucene-Net-Website.yml @@ -122,6 +122,7 @@ jobs: repository: ${{ env.SITE_REPO }} ref: asf-site path: website-repo + persist-credentials: false - name: Copy website files run: Get-ChildItem -Path "$Env:GITHUB_WORKSPACE\main-repo\websites\site\_site" | Copy-Item -Destination "$Env:GITHUB_WORKSPACE\website-repo" -Recurse -Force