We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db3f1a9 commit f580675Copy full SHA for f580675
2 files changed
.changeset/release-pr-ci-trigger.md
@@ -0,0 +1,2 @@
1
+---
2
.github/workflows/release.yml
@@ -46,6 +46,11 @@ jobs:
46
with:
47
fetch-depth: 0
48
show-progress: false
49
+ # Use the PAT so pushes from `changesets/action` are authored by
50
+ # clerk-cookie. With the default GITHUB_TOKEN, GitHub suppresses
51
+ # the resulting `synchronize` events and CI never runs on Release
52
+ # PR updates — forcing a manual close/reopen to re-trigger.
53
+ token: ${{ secrets.CLERK_COOKIE_PAT }}
54
55
- name: Setup
56
id: config
0 commit comments