From a1b20db31d209c0afdcb162d18aa5ff5b60d4bd3 Mon Sep 17 00:00:00 2001 From: nedsalk Date: Sat, 9 Mar 2024 11:01:35 +0100 Subject: [PATCH] docs: add reason for `persist-credentials: false` --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 33232772790..7dda52ba1bc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,6 +22,8 @@ jobs: with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.ref }} + # workaround to ensure force pushes to changeset branch use REPO_TOKEN owner's account + # see https://github.com/changesets/action/issues/70 persist-credentials: false - name: CI Setup