knl / niv-updater-action

A GitHub Action that creates meaningful pull requests with updates to your niv-managed dependencies, so you don't have to do menial chores.
BSD 3-Clause "New" or "Revised" License
29 stars 11 forks source link

Check GITHUB_TOKEN #19

Closed knl closed 4 years ago

knl commented 4 years ago

Fail early in case the action receives a wrong GITHUB_TOKEN, that is, one that is invalid. This doesn't cover the case where the token doesn't have sufficient rights, as that will be discovered later.

Closes #15