You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, since the release of the version 1.48, the action started to fail:
Run bufbuild/buf-setup-action@v1
Setting up buf version "1.48.0"
Resolving the download URL for the current platform...
Error: Bad credentials - https://docs.github.com/rest
But the github_token provided was ok yesterday with the previous version
The text was updated successfully, but these errors were encountered:
Hey @osangenis I wasn't able to reproduce this. Could you check your GitHub action token provided is still valid. The previous action version may have been cached so only noticing the token expiration now. Thanks
You might want to look at the buf-action. You can replace the buf-setup-action but we also provide default behaviour for a workflow that we found works well. By default the GitHub token parameter github_token is set to inherit the token from the parent action, so this should avoid requiring any explicit handling of GitHub tokens.
Hello, since the release of the version
1.48
, the action started to fail:But the
github_token
provided was ok yesterday with the previous versionThe text was updated successfully, but these errors were encountered: