Skip to content

Commit e97ccf4

Browse files
committed
add token
1 parent a53a824 commit e97ccf4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ jobs:
4949
- name: Publish mono-one
5050
if: steps.mono_one_published.outputs.was_published == 'true'
5151
run: pnpm release:mono-one
52+
env:
53+
JSREPO_TOKEN: ${{ secrets.JSREPO_TOKEN }}
5254

5355
- name: Publish mono-two
5456
if: steps.mono_two_published.outputs.was_published == 'true'
55-
run: pnpm release:mono-two
57+
run: pnpm release:mono-two
58+
env:
59+
JSREPO_TOKEN: ${{ secrets.JSREPO_TOKEN }}

0 commit comments

Comments
 (0)