Skip to content
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

Fix downloading of DLL releases #897

Merged
merged 1 commit into from
Sep 10, 2024

Commits on Sep 10, 2024

  1. dldlls: don't use empty token and try GITHUB_TOKEN

    Merge requests from other repositories will not have access to the
    secret used for the ARTIFACT_ACCESS_TOKEN environment variable. The
    variable will be set to an empty string. Using an empty token in the
    Authorization header makes Github reject requests which would be
    allowed without that header.
    
    If the ARTIFACT_ACCESS_TOKEN is not available, try the GITHUB_TOKEN
    to avoid the throttling of requests without authorization. It won't
    work for downloading artifacts, though.
    s09bQ5 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7e83966 View commit details
    Browse the repository at this point in the history