Skip to content

Commit

Permalink
ci: dependabot changeset push to use REPO_TOKEN (#2639)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk authored Jun 28, 2024
1 parent 3d7f91f commit 63857af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-validate-changesets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.ref }}
# workaround to ensure changeset file is pushed with REPO_TOKEN owner's account
# see https://github.com/changesets/action/issues/70
persist-credentials: false

- name: Setup PNPM
uses: pnpm/action-setup@v4
Expand Down

0 comments on commit 63857af

Please sign in to comment.