Hi π I'm Alan from Tessl β thanks for using our skill-review action in SkillNet. 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) point the action at @main and pass tessl-token: ${{ secrets.TESSL_API_TOKEN }} (your current pin is out of date). 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 SkillNet. 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) point the action at@mainand passtessl-token: ${{ secrets.TESSL_API_TOKEN }}(your current pin is out of date). 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