Skip to content

Commit 7f2ed22

Browse files
committed
update token name
1 parent 1cde8de commit 7f2ed22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/DuckDBNodeBindingsAndAPI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,21 +96,21 @@ jobs:
9696
working-directory: bindings/pkgs/@duckdb/node-bindings-linux-x64
9797
run: pnpm publish ${{ inputs.publish_dry_run && '--dry-run' || '' }} --publish-branch ${{ github.ref_name }} --access public
9898
env:
99-
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
99+
NPM_AUTH_TOKEN: ${{ secrets.DUCKDB_NPM_TOKEN }}
100100

101101
- name: Publish - Bindings
102102
if: ${{ inputs.publish_bindings }}
103103
working-directory: bindings/pkgs/@duckdb/node-bindings
104104
run: pnpm publish ${{ inputs.publish_dry_run && '--dry-run' || '' }} --publish-branch ${{ github.ref_name }} --access public
105105
env:
106-
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
106+
NPM_AUTH_TOKEN: ${{ secrets.DUCKDB_NPM_TOKEN }}
107107

108108
- name: Publish - API
109109
if: ${{ inputs.publish_api }}
110110
working-directory: api/pkgs/@duckdb/node-api
111111
run: pnpm publish ${{ inputs.publish_dry_run && '--dry-run' || '' }} --publish-branch ${{ github.ref_name }} --access public
112112
env:
113-
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
113+
NPM_AUTH_TOKEN: ${{ secrets.DUCKDB_NPM_TOKEN }}
114114

115115
macos:
116116
name: Mac OS X
@@ -151,7 +151,7 @@ jobs:
151151
working-directory: bindings/pkgs/@duckdb/node-bindings-darwin-arm64
152152
run: pnpm publish ${{ inputs.publish_dry_run && '--dry-run' || '' }} --publish-branch ${{ github.ref_name }} --access public
153153
env:
154-
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
154+
NPM_AUTH_TOKEN: ${{ secrets.DUCKDB_NPM_TOKEN }}
155155

156156
windows:
157157
name: Windows
@@ -192,4 +192,4 @@ jobs:
192192
working-directory: bindings/pkgs/@duckdb/node-bindings-win32-x64
193193
run: pnpm publish ${{ inputs.publish_dry_run && '--dry-run' || '' }} --publish-branch ${{ github.ref_name }} --access public
194194
env:
195-
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
195+
NPM_AUTH_TOKEN: ${{ secrets.DUCKDB_NPM_TOKEN }}

0 commit comments

Comments
 (0)