deps: Update github to v0.36.19-pretranspiled (fix silent failure when inputting a token with incorrect scopes) #838
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Includes the following github package Pull Request:
(Take a look at that PR for details, it has screenshots, BTW! - author of said PR)
This is a fix to address most if not all of the complaints surrounding a lacking UI/User Experience we've had around entering a PAT token into the github package for Pulsar -- it silently failed if you had wrong scopes. Too few scopes? Fail. Too many scopes? Believe it or not, fail.
repo
topublic_repo
-- use this if you know you don't need to interact with private repos or push updates to GitHub Actions workflow .yml/.yaml files (since the former requires fullrepo
scope, an the latter requiresworfklow
scope, which implies fullrepo
scope).This does not include PR
https://github.com/pulsar-edit/github/pull/39
, which was merged, but reverted at the last minute, as it had not been tested by anyone other than me at the time I tagged the latest github package version.