saucelabs / check-my-repo

An automated tool that verifies Sauce Labs repositories to comply with OSS best practices
https://opensource.saucelabs.com/check-my-repo/
MIT License
35 stars 40 forks source link

Add token to try to solve api rate limit on jobs #129

Closed discombobulateme closed 3 years ago

discombobulateme commented 3 years ago

Workflows are being interrupted claiming API rate limit, this aim to fix that

Issue : #

Description

Following GitHub documentation and a thread in GitHub repo, adding the following line should solve it: with: repo-token: ${{ secrets.GITHUB_TOKEN }}