Skip to content

Commit 544428a

Browse files
committed
update ci
1 parent 9246033 commit 544428a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ on:
1010
push:
1111
branches: ["main"]
1212
merge_group:
13+
workflow_dispatch:
14+
inputs:
15+
pr_number:
16+
description: 'PR number to run CI for'
17+
required: false
18+
type: string
1319

1420
concurrency:
1521
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
version: pnpm ci:version
2828
publish: pnpm ci:publish
2929
env:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
GITHUB_TOKEN: ${{ secrets.CHANGESETS_TOKEN || secrets.GITHUB_TOKEN }}
3131
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)