From 5ae3e4a8758a22da0c521adb7406adf6a6405c3d Mon Sep 17 00:00:00 2001 From: Craig Spencer Date: Tue, 21 Nov 2023 13:49:35 -0700 Subject: [PATCH] ci: adds persist-credentials:false to checkout --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52aa9a8d5..26bac3746 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,8 @@ jobs: - name: Checkout uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + with: + persist-credentials: false - name: Use Node.js 20.x uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 with: