rojo-rbx / rokit

Next-generation toolchain manager for Roblox projects
MIT License
72 stars 13 forks source link

Rokit token validation fails in GitHub Actions #53

Closed CompeyDev closed 3 months ago

CompeyDev commented 3 months ago

When providing a GitHub Action token (via ${{ secrets.GITHUB_TOKEN }}), Rokit considers the provided token invalid, and errors.

image

I've not investigated this much, so I'm not really sure whether action tokens are of a different pattern - if anyone else can repro this, lmk how.

filiptibell commented 3 months ago

Fixed in #60