diff --git a/.github/workflows/release.lock.yml b/.github/workflows/release.lock.yml index 90e621d7835..cedfb01eaf4 100644 --- a/.github/workflows/release.lock.yml +++ b/.github/workflows/release.lock.yml @@ -65,6 +65,7 @@ # uses: actions/checkout@v5 # with: # fetch-depth: 0 +# persist-credentials: false # # - name: Release with gh-extension-precompile # uses: cli/gh-extension-precompile@v2 @@ -5877,6 +5878,7 @@ jobs: uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 with: fetch-depth: 0 + persist-credentials: false - name: Release with gh-extension-precompile uses: cli/gh-extension-precompile@9e2237c30f869ad3bcaed6a4be2cd43564dd421b # v2 with: diff --git a/.github/workflows/release.md b/.github/workflows/release.md index 50603ca47bb..050510f95c5 100644 --- a/.github/workflows/release.md +++ b/.github/workflows/release.md @@ -42,6 +42,7 @@ jobs: uses: actions/checkout@v5 with: fetch-depth: 0 + persist-credentials: false - name: Release with gh-extension-precompile uses: cli/gh-extension-precompile@v2