Skip to content

Commit

Permalink
docs: add reason for persist-credentials: false
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk committed Mar 9, 2024
1 parent 91bf77c commit a1b20db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1b20db

Please sign in to comment.