From 373ab0479c051fe94fdf2526a6f4150ba80ce726 Mon Sep 17 00:00:00 2001 From: Tyler Miller Date: Fri, 30 Dec 2022 03:36:15 -0800 Subject: [PATCH] ci: don't persist credentials to git config Because we don't need to for this workflow and it conflicts with the use of a custom PAT later --- .github/workflows/update-version-refs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-version-refs.yml b/.github/workflows/update-version-refs.yml index 407ab21..db30334 100644 --- a/.github/workflows/update-version-refs.yml +++ b/.github/workflows/update-version-refs.yml @@ -15,6 +15,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 + persist-credentials: false - name: Confirm update to released tag is allowed run: |