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

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

Open
1 task done
adamtharani opened this issue Nov 29, 2024 · 0 comments
Open
1 task done
Labels
L: dart:pub Dart packages via pub L: elixir:hex Elixir packages via hex T: bug 🐞 Something isn't working

Comments

@adamtharani
Copy link

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

@adamtharani adamtharani added the T: bug 🐞 Something isn't working label Nov 29, 2024
@github-actions github-actions bot added L: dart:pub Dart packages via pub L: elixir:hex Elixir packages via hex labels Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: dart:pub Dart packages via pub L: elixir:hex Elixir packages via hex T: bug 🐞 Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant