jekyll-dash
jekyll-dash copied to clipboard
Unable to push to Github packages
It seems something changed where the build now fails with this error:
Pushing gem to https://rubygems.pkg.github.com/bitbrain...
Your request could not be authenticated by the GitHub Packages service. Please ensure your access token is valid and has the appropriate scopes configured.
Error: Process completed with exit code 1.
So, we can't push it to GitHub for now. ☹
Shot in the dark, but check https://github.com/bitbrain/jekyll-dash/pkgs/rubygems/jekyll-dash/settings and make sure the repo is listed under the Manage Actions access
section. Had a similar issue where permissions were correct in the workflow file, the action was running and building, but the push to the gem repository failed with this same error.
@MattHall looks to be there.