mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-13 15:09:34 +00:00
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.