-
Notifications
You must be signed in to change notification settings - Fork 3.4k
pod62html tweaks #1248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)