Replies: 1 comment 15 replies
|
Nice idea! Quick thought: Having #116 in mind, |
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
@koppor what do you think about adding
@nightlytogh?You might have heard of https://nightly.link/ . The point is to link to latest successful build, instead of releases.
For example: https://github.com/cli/cli/actions/runs/15333323202
The reason is that not all projects have releases, and in that case
ggwon't work.Security wise
ggwould IMHO be much safer, as you see nightly.link now points to itself instead of direct artifact link. Meaning user will go to nightly.link to download the actual binary (scary scary) - although in reality nightly.link will redirect to GitHub, which also redirects - but entry point is not GH!For example:
https://github.com/ayn2op/discordo/
Which only relies on this, by linking to https://nightly.link/ayn2op/discordo/workflows/ci/main
I'm not 100% sure how it would look. For example
gg.cmd gh/cli/cli@nightlywouldn't work since the workflow name is required - but something like that.All reactions