oprypin / nightly.link

Downloads the latest "nightly" build/artifact from a continuous testing workflow
https://nightly.link/
GNU Affero General Public License v3.0
677 stars 22 forks source link
continuous-delivery github github-actions

nightly.link for GitHub

This service lets you get a shareable link to download a build artifact from the latest successful GitHub Actions build of a repository.

Any public repository is accessible by default and visitors don't need to log in.

If you'll be publishing a link to your own repository's artifacts, please install the GitHub App anyway, so that downloads for your repositories don't share the global API rate limit. The throttling will likely become very bad over time.

## The issue GitHub has no direct way to directly link to the *latest* build from GitHub actions of a given repository. Even if you *do* have a link to an artifact, using it requires the visitor to be logged into the GitHub website. The discussion originates at [actions/upload-artifact "Artifact download URL only work for registered users"](https://github.com/actions/upload-artifact/issues/51). So, this service is a solution to this omission. ## Authorization Because GitHub doesn't provide any permanent and public links to an artifact, this service redirects to time-limited links that GitHub can give to the application -- only on behalf of an authenticated user that has access to the repository. So, whenever someone downloads an artifact from a repository that you had added, this service uses a token that is associated with your installation of the GitHub App. ### [nightly.link][app] as an [Installed GitHub App][installations] This GitHub App requests these permissions: > * **Actions**: Workflows, workflow runs and artifacts. > * Access: **Read-only** > * **Metadata** [mandatory]: Search repositories, list collaborators, and access repository metadata. > * Access: **Read-only** [installations]: https://github.com/settings/installations ### [nightly.link][app] as an [Authorized GitHub App][authorizations] Interestingly, the prompt that GitHub presents to you when authenticating to the service says something quite a bit scarier: > **nightly.link by [Oleh Prypin](https://github.com/oprypin) would like permission to:** > > * Verify your GitHub identity (*$username*) > * Know which resources you can access > * Act on your behalf In reality, this blurb is *completely generic* and will be shown for any GitHub App authorization regardless of its permissions. [This is discussed here.](https://github.community/t/why-does-this-forum-need-permission-to-act-on-my-behalf/120453) Furthermore, the permissions that the app asks for are granted even if it's just "installed", without being "authorized". Verifying your identity is needed so that only you can view links to private repositories and your organizations. Other things, well, the service is not even asking for. Feel free to [revoke][authorizations] this part (but keep the [install][installations]) when you're done with this website's UI. [authorizations]: https://github.com/settings/apps/authorizations ## Privacy policy An exhaustive list of what this service stores: * Server-side: * Full repository names that you gave access to. * Client-side: nothing. The server of the main instance also keeps access logs and application logs for up to 3 months. This page will be updated if this changes. ## Pricing nightly.link is provided totally free of charge, including the main instance that has been running at the author's own expense. If you rely on the service, **please support its continued maintenance by donating to the author**. **[GitHub sponsors page of @oprypin](https://github.com/sponsors/oprypin)** No paid features are currently planned. ## Author This service is developed and run by [Oleh Prypin](http://pryp.in/). It has no affiliation with my employer. No affiliation with GitHub either. ## Contact Open an issue at ## Source code The source code is available in a Git repository at ### License Copyright (C) 2020 Oleh Prypin This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see .