diff --git a/.github/workflows/beta-release.yml b/.github/workflows/beta-release.yml index 8cfdd08d7..b48c1620d 100644 --- a/.github/workflows/beta-release.yml +++ b/.github/workflows/beta-release.yml @@ -30,6 +30,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: ref: master + persist-credentials: false fetch-depth: 0 # Fetch all history for changelog generation - name: Set up Node.js