Skip to content

Commit f580675

Browse files
authored
ci(repo): use CLERK_COOKIE_PAT for release checkout so CI runs on Release PR updates (#8497)
1 parent db3f1a9 commit f580675

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
with:
4747
fetch-depth: 0
4848
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 }}
4954

5055
- name: Setup
5156
id: config

0 commit comments

Comments
 (0)