-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
pod62html tweaks #1248
pod62html tweaks #1248
Conversation
f87af6d
to
647fac6
Compare
24f3670
to
b8843a4
Compare
Is that normal that v3.0.3 is unreleased on rubygems.org ? |
@noraj No, that's mistaken! Thanks for the ping; I've pushed it to rubygems.org now. |
So will this be deployed eventually? |
This has been deployed -- due to security concerns (as discussed) I had to replace the content of |
Thanks!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Octokit.js
// https://github.com/octokit/core.js#readme
const octokit = new Octokit({
auth: 'YOUR-TOKEN'
})
await octokit.request('GET /versions', {
headers: {
'X-GitHub-Api-Version': '2022-11-28'
}
})
zef
in Travis, to better mirror how this is used on github.com servers./cc @JJ (fyi)