@@ -16,7 +16,7 @@ groups:
1616 output :
1717 location : pypi
1818 package-name : " vapi_server_sdk"
19- # token: ${PYPI_TOKEN}
19+ token : ${PYPI_TOKEN}
2020 github :
2121 repository : VapiAI/server-sdk-python
2222 config :
@@ -31,7 +31,7 @@ groups:
3131 output :
3232 location : npm
3333 package-name : " @vapi/server-sdk"
34- # token: ${NPM_TOKEN}
34+ token : ${NPM_TOKEN}
3535 github :
3636 repository : VapiAI/server-sdk-typescript
3737 config :
@@ -48,8 +48,8 @@ groups:
4848 output :
4949 location : maven
5050 coordinate : dev.vapi:server-sdk
51- # username: ${MAVEN_USERNAME}
52- # password: ${MAVEN_PASSWORD}
51+ username : ${MAVEN_USERNAME}
52+ password : ${MAVEN_PASSWORD}
5353 github :
5454 repository : VapiAI/server-sdk-java
5555 config :
@@ -68,10 +68,10 @@ groups:
6868 version : 0.8.2
6969 github :
7070 repository : VapiAI/server-sdk-ruby
71- # output:
72- # location: rubygems
73- # package-name: vapi-server-sdk
74- # api-key: ${RUBYGEMS_API_KEY}
71+ output :
72+ location : rubygems
73+ package-name : vapi-server-sdk
74+ api-key : ${RUBYGEMS_API_KEY}
7575 config :
7676 clientClassName : Vapi
7777 csharp-sdk :
@@ -83,7 +83,7 @@ groups:
8383 output :
8484 location : nuget
8585 package-name : Vapi.Net
86- # api-key: ${NUGET_TOKEN}
86+ api-key : ${NUGET_TOKEN}
8787 config :
8888 namespace : Vapi.Net
8989 client-class-name : VapiClient
0 commit comments