Hi π I'm Alan from Tessl β thanks for using our skill-review action in flutter-skill. We updated it so reviews now run authenticated (the old open path is closed), so the check will fail until a token is added; a recent scoring change can also make older setups return empty. Quick fix: (1) install the Tessl CLI (https://docs.tessl.io/introduction-to-tessl/set-up-tessl/installation) and run tessl api-key create to get a token, (2) add it as a repo secret named TESSL_API_TOKEN, (3) pass tessl-token: ${{ secrets.TESSL_API_TOKEN }} to the action (you're already on @main). Add workspace: only if your token sees more than one (tessl workspace list); runs now use Tessl credits. Happy to open the PR once the secret's in. π β Alan
Hi π I'm Alan from Tessl β thanks for using our
skill-reviewaction in flutter-skill. We updated it so reviews now run authenticated (the old open path is closed), so the check will fail until a token is added; a recent scoring change can also make older setups return empty. Quick fix: (1) install the Tessl CLI (https://docs.tessl.io/introduction-to-tessl/set-up-tessl/installation) and runtessl api-key createto get a token, (2) add it as a repo secret namedTESSL_API_TOKEN, (3) passtessl-token: ${{ secrets.TESSL_API_TOKEN }}to the action (you're already on@main). Addworkspace:only if your token sees more than one (tessl workspace list); runs now use Tessl credits. Happy to open the PR once the secret's in. π β Alan