Skip to content

Commit b3f5ce6

Browse files
committed
fix npm token
1 parent af594c5 commit b3f5ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
NPM_TOKEN_STORAGE: ${{secrets.NPM_TOKEN_STORAGE}}
112112
NPM_TOKEN_STORAGE_TYPES: ${{secrets.NPM_TOKEN_STORAGE_TYPES}}
113113
NPM_TOKEN_UTIL: ${{secrets.NPM_TOKEN_UTIL}}
114-
NPM_TOKEN_VERTEXAI: ${{secrets.NPM_TOKEN_VERTEXAI}}
114+
NPM_TOKEN_AI: ${{secrets.NPM_TOKEN_AI}}
115115
NPM_TOKEN_WEBCHANNEL_WRAPPER: ${{secrets.NPM_TOKEN_WEBCHANNEL_WRAPPER}}
116116
NPM_TOKEN_FIREBASE: ${{secrets.NPM_TOKEN_FIREBASE}}
117117
NPM_TOKEN_APP_COMPAT: ${{ secrets.NPM_TOKEN_APP_COMPAT }}

0 commit comments

Comments
 (0)