From d21ec768fd2b43a5c97eaeb5cc71a0fa6ef10538 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Fri, 6 Oct 2023 13:42:08 -0700 Subject: [PATCH] ci(release): do not persist credentials when checking out (#62) --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 303f5ac..97ccde1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,8 @@ jobs: steps: # build local version to create token - uses: actions/checkout@v4 + with: + persist-credentials: false - uses: actions/setup-node@v3 with: node-version: 20