Skip to content

Commit db7759c

Browse files
committed
fix: use PAT for checkout to trigger PR checks, GITHUB_TOKEN for PR authorship
1 parent dc9b439 commit db7759c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.changeset/test-release-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@salesforce/b2c-dx-docs': patch
33
---
44

5-
Verify release workflow with ci-gate and label-based skip
5+
Verify release workflow with ci-gate and PAT-triggered checks

.github/workflows/changesets.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
23+
with:
24+
token: ${{ secrets.CHANGESETS_TOKEN }}
2325

2426
- name: Setup pnpm
2527
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5

0 commit comments

Comments
 (0)