We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9246033 commit 544428aCopy full SHA for 544428a
.github/workflows/ci.yml
@@ -10,6 +10,12 @@ on:
10
push:
11
branches: ["main"]
12
merge_group:
13
+ workflow_dispatch:
14
+ inputs:
15
+ pr_number:
16
+ description: 'PR number to run CI for'
17
+ required: false
18
+ type: string
19
20
concurrency:
21
group: ${{ github.workflow }}-${{ github.ref }}
.github/workflows/release.yml
@@ -27,5 +27,5 @@ jobs:
27
version: pnpm ci:version
28
publish: pnpm ci:publish
29
env:
30
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.CHANGESETS_TOKEN || secrets.GITHUB_TOKEN }}
31
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments