We currently run a custom stylelint and eslint setup and I'm looking into a reviewdog replacement to surface errors as PR comments. Github claims that API will come more easily at some point, but until then, plugins I seek.
I have the token all setup (as without the Github token, I expectantly get "no token provided" errors) but once the token is added, and reviewdog-stylelint runs I get this:
![Github workflow error showing "reviewdog: post failed for stylelint: fail to parse diff: GET (PR API url): 401 Bad credentials []"](https://camo.githubusercontent.com/9c686ac419ba62a62705cb8c83e234f38585dff2210e16319d362272f095d03b/68747470733a2f2f703139372e70342e6e302e63646e2e676574636c6f75646170702e636f6d2f6974656d732f374b75714e4e424e2f31316364383932362d656166362d343236302d393138662d6331626633333034373661322e6a70673f763d3139663665363266333365376364303663643636636563306139316164653966)
I'm a touch lost here as to what besides the token reviewdog might be hitting authentication problems with. Any help here would be appreciated!
We currently run a custom stylelint and eslint setup and I'm looking into a reviewdog replacement to surface errors as PR comments. Github claims that API will come more easily at some point, but until then, plugins I seek.
I have the token all setup (as without the Github token, I expectantly get "no token provided" errors) but once the token is added, and reviewdog-stylelint runs I get this:
I'm a touch lost here as to what besides the token reviewdog might be hitting authentication problems with. Any help here would be appreciated!