Closed CompeyDev closed 3 months ago
When providing a GitHub Action token (via ${{ secrets.GITHUB_TOKEN }}), Rokit considers the provided token invalid, and errors.
${{ secrets.GITHUB_TOKEN }}
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.
Fixed in #60
When providing a GitHub Action token (via
${{ secrets.GITHUB_TOKEN }}
), Rokit considers the provided token invalid, and errors.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.