From 21b1a71a6b0c4091ca4d7a6a247fe16e9b79c7ea Mon Sep 17 00:00:00 2001 From: gsilvestrin Date: Thu, 20 Jul 2023 13:24:06 -0700 Subject: [PATCH] bugfix(node): Don't persist credentials on make-release-commit.yml (#345) --- .github/workflows/make-release-commit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/make-release-commit.yml b/.github/workflows/make-release-commit.yml index e4202a49..7e713e88 100644 --- a/.github/workflows/make-release-commit.yml +++ b/.github/workflows/make-release-commit.yml @@ -29,6 +29,7 @@ jobs: uses: actions/checkout@v3 with: ref: main + persist-credentials: false fetch-depth: 0 lfs: true - name: Set git configs for bumpversion