Daniel15 / BuildSize

Automatically track the size of your build artifacts
MIT License
54 stars 7 forks source link

Private repos not supported #20

Open jasonbarry opened 7 years ago

jasonbarry commented 7 years ago

Apologies if this is the wrong forum to ask support questions like this.

I'm wondering if my configuration is set up correctly — BuildSize isn't commenting on my PRs nor setting a build status. Not sure what I'm doing wrong.

screen shot 2017-10-21 at 10 55 40 am

Is there a specific path I need to put the build artifacts? My repo is private, can BuildSize only work with public repos?

Thank you!

Daniel15 commented 7 years ago

My repo is private, can BuildSize only work with public repos?

Yeah, that's the case at the moment. Sorry it's not fully documented - I built most of BuildSize over a weekend and didn't quite finish the documentation, and recently I've been very busy and haven't had a chance to work on it 😞

I need to add support for providing CircleCI access tokens, which would allow private repositories to be used.