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

PHP - Add github auth token to composer configuration #55

Merged
merged 2 commits into from
Nov 13, 2022

Conversation

ciaranmcnulty
Copy link
Contributor

This writes the github auth token to a config file in ~/.composer, which then uses it when downloading packages

This will help with github rate limiting, as was happening on #52

Documentation here: https://github.com/shivammathur/setup-php#github-composer-authentication

This writes the github auth token to a config file in ~/.composer, which then uses it when downloading packages

This will help with github rate limiting, as was happening on cucumber#52

Documentation here: https://github.com/shivammathur/setup-php#github-composer-authentication
Copy link
Contributor

@mpkorstanje mpkorstanje left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. What about the other projects like messages, cucumber expressions, ect?

Copy link
Contributor

@mpkorstanje mpkorstanje left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ciaranmcnulty
Copy link
Contributor Author

@mpkorstanje doesn't seem to have broken anything 👍

Messages is the only other project using composer right now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants