Skip to content

Cannot read dependencies from a private GitHub repository #55

@OndrejSpanel

Description

@OndrejSpanel

I tried to installed this action into a workflow of a private repository. It seems to work mostly fine, but the action seems unable to download a library which is located in private GitHub packages.

The attempt to access the directory is made, but it results in an error, like this:

https://maven.pkg.github.com/organization/_/net/organization/library_2.13/1.2.3/library_2.13-1.2.3.pom

The library exists at that location, but private credentials (a proper GitHub token) are required to access it.

Would it be possible either to tell the action to use a custom GitHub token to access the dependencies, or to skip this particular dependency somehow, so that I can list the public dependencies for the project?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions