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
It works fine with octokit version 4.21.0 but fails with version 4.22.0:
Octokit::NotFound: GET https://api.github.com/repos/***/***/actions/secrets/public-key: 404 - Not Found // See: https://docs.github.com/rest/reference/actions#get-a-repository-public-key
~/.rbenv/versions/2.7.1/bin/bundle:23:in `load'
~/.rbenv/versions/2.7.1/bin/bundle:23:in `<main>'
Manual curl using netrc authentication also works fine:
@ivanboykoatitv Thanks for reporting this issue! There are only rather limited changes between v4.21.0 and v4.22.0, so I would be surprised if it broke .netrc authentication. Would you be able to double check that you can reproduce the issue?
On second thoughts, I think this is probably related to #1392. Do you know which Faraday version you're using? You should be able to see that in your Gemfile.lock.
👋 Hey Friends, this issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Please add the Status: Pinned label if you feel that this issue needs to remain open/active. Thank you for your contributions and help in keeping things tidy!
We use
~/.netrc
for authentication with GitHub.It works fine with octokit version
4.21.0
but fails with version4.22.0
:Manual curl using netrc authentication also works fine:
The text was updated successfully, but these errors were encountered: