Summary
helpers/client.rb resolve_broker_app calls Broker.token_for(:github) for installation tokens. With lex-identity-github owning all GitHub auth, migrate to Broker.token_for(:github, qualifier: :app_installation).
Blocked By
- lex-identity-github must be deployed first
Summary
helpers/client.rbresolve_broker_appcallsBroker.token_for(:github)for installation tokens. With lex-identity-github owning all GitHub auth, migrate toBroker.token_for(:github, qualifier: :app_installation).Blocked By