Skip to content

Commit 3fd234d

Browse files
branch and access token update
1 parent 520b626 commit 3fd234d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/publish-lowcoder-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Publish Lowcoder CLI
55

66
on:
77
push:
8-
branches: [ "publish-comps-workflow" ]
8+
branches: [ "dev" ]
99

1010
jobs:
1111
publish-package:
@@ -44,4 +44,4 @@ jobs:
4444
run: npm publish
4545
working-directory: client/packages/lowcoder-cli
4646
env:
47-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
47+
NODE_AUTH_TOKEN: ${{ secrets.LOWCODERNPMBOT }}

.github/workflows/publish-lowcoder-comps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Publish Lowcoder Comps
55

66
on:
77
push:
8-
branches: [ "publish-comps-workflow" ]
8+
branches: [ "dev" ]
99

1010
jobs:
1111
publish-package:
@@ -46,4 +46,4 @@ jobs:
4646
cmd: build_publish
4747
dir: client/packages/lowcoder-comps
4848
env:
49-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
49+
NODE_AUTH_TOKEN: ${{ secrets.LOWCODERNPMBOT }}

.github/workflows/publish-lowcoder-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Publish Lowcoder Core
55

66
on:
77
push:
8-
branches: [ "publish-comps-workflow" ]
8+
branches: [ "dev" ]
99

1010
jobs:
1111
publish-package:
@@ -44,4 +44,4 @@ jobs:
4444
run: npm publish
4545
working-directory: client/packages/lowcoder-core
4646
env:
47-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
47+
NODE_AUTH_TOKEN: ${{ secrets.LOWCODERNPMBOT }}

.github/workflows/publish-lowcoder-sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Publish Lowcoder SDK
55

66
on:
77
push:
8-
branches: [ "publish-comps-workflow" ]
8+
branches: [ "dev" ]
99

1010
jobs:
1111
publish-package:
@@ -51,4 +51,4 @@ jobs:
5151
run: npm publish
5252
working-directory: client/packages/lowcoder-sdk
5353
env:
54-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
54+
NODE_AUTH_TOKEN: ${{ secrets.LOWCODERNPMBOT }}

0 commit comments

Comments
 (0)