Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/release-pr-ci-trigger.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
with:
fetch-depth: 0
show-progress: false
# Use the PAT so pushes from `changesets/action` are authored by
# clerk-cookie. With the default GITHUB_TOKEN, GitHub suppresses
# the resulting `synchronize` events and CI never runs on Release
# PR updates — forcing a manual close/reopen to re-trigger.
token: ${{ secrets.CLERK_COOKIE_PAT }}

- name: Setup
id: config
Expand Down
Loading