How do you configure Dependabot to access Ruby gems in Github Package Repository? #30872
Unanswered
ramontayag
asked this question in
Code Security
Replies: 1 comment 1 reply
-
That's probably exactly the problem, it looks like a setting for HTTP simple auth. I assume Dependabot is using the recommended |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This has an example:
I tried this and used:
url
:https://rubygems.pkg.github.com/ORG_NAME
➡️ used this because this is the URL in the Gemfile and the URL in Bundler config, and I'm able to installtoken
:OWNER_OF_THE_PERSONAL_ACCESS_TOKEN:${{secrets.PERSONAL_ACCESS_TOKEN_VAR_NAME}}
➡️ The example didn't have the username, but this is how it is configured in Bundler and it works fine.Unfortunately I see this error:
Beta Was this translation helpful? Give feedback.
All reactions