bioconda / bioconda-utils

Utilities for building and managing bioconda recipes
MIT License
96 stars 133 forks source link

feat: fetch artifacts from GitHub Actions #973

Closed aliciaaevans closed 5 months ago

aliciaaevans commented 5 months ago

GitHub requires a token for artifact downloads from their API. (A logged-in user is required for the normal download link shown on the Actions page. This needs to be kept in mind when we update the download comment from the bot.)

I could not find any way to get the workflow run ID or artifacts from the check run object except parsing the URL.