-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: add login via token for API user for dependabot #963
Conversation
Coverage of commit
|
6cceaea
to
93831e5
Compare
Coverage of commit
|
Coverage of commit
|
@@ -0,0 +1,30 @@ | |||
defmodule ArrowWeb.TryApiTokenAuth.Local do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Taking suggestions for re-naming this..
93831e5
to
e6e14bf
Compare
Coverage of commit
|
…i user for read-only access
e6e14bf
to
cb358f9
Compare
Coverage of commit
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@meagharty sorry for the late review here. Just to clarify, this is going to generate a new token just for the gtfs_creator CI process? How do we get that token out of Arrow so we can add it to the secrets in the gtfs_creator repo?
@bklebe The tokens are committed to the database. Once the code is deployed and the migration runs, I was going to submit an infra request to query the database to fetch the token via the email and add it to the secrets. |
Coverage of commit
|
Summary of changes
Asana Ticket: 💳 Fix Dependabot CI on gtfs_creator
Reviewer Checklist