Skip to content

Dependabot is failing to authenticate against a private Hex Repisotiry #11031

Open
@adamtharani

Description

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

Hex

Package manager version

No response

Language version

Elixir

Manifest location and content before the Dependabot update

/directory/mix.exs

dependabot.yml content

version: 2

registries:
  fluxon-hex-repository:
    type: hex-repository
    repo: fluxon
    url: https://repo.fluxonui.com
    auth-key: "${{ secrets.FLUXON_HEX_REPO_AUTH_KEY }}"
    public-key-fingerprint: ${{ secrets.FLUXON_HEX_REPO_PUBLIC_KEY_FINGERPRINT }}
updates:
  - package-ecosystem: mix
    directory: "/"
    registries:
      - fluxon-hex-repository
    insecure-external-code-execution: allow
    schedule:
      interval: weekly
      day: thursday
    groups:
      production-dependencies:
        dependency-type: production
      dev-dependencies:
        dependency-type: development

Updated dependency

No response

What you expected to see, versus what you actually saw

The package manager is failing to update due to private_source_authentication_failure

Handled error whilst updating ash: private_source_authentication_failure {:source=>"fluxon"}

Native package manager behavior

No response

Images of the diff or a link to the PR, issue, or logs

No response

Smallest manifest that reproduces the issue

No response

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    • Status

      Scoping

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions