Commit fa605e9
authored
fix(tinybird): use correct name for admin token (#83)
Fixes: #82
Updates the getTokens.sh script to use the correct name "workspace admin token" when fetching the admin token from the Tinybird API.
The script was previously using "admin token" which does not correspond to any token returned by the API, causing it to fail when extracting the admin token from the API response. This change ensures the correct token is identified and output for the user.1 parent 504d553 commit fa605e9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments