Skip to content

Commit 9838e3a

Browse files
authored
Update ci (#30)
2 parents 9c6d985 + fe47c04 commit 9838e3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
publish:
88
runs-on: ubuntu-latest
9-
environment: publish
9+
environment: publish-npm
1010

1111
defaults:
1212
run:
@@ -28,4 +28,4 @@ jobs:
2828
- name: Publish to NPM
2929
run: npm publish --access public
3030
env:
31-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
31+
NODE_AUTH_TOKEN: ${{ secrets.NPM_DATA_STREAMS_SDK }}

0 commit comments

Comments
 (0)