bugsnag / bugsnag-symfony

BugSnag notifier for the Symfony PHP framework. Monitor and report errors in your Symfony apps.
https://docs.bugsnag.com/platforms/php/symfony
MIT License
43 stars 21 forks source link

Set github token to avoid composer rate limiting #133

Closed imjoehaines closed 2 years ago

imjoehaines commented 2 years ago

Goal

CI is getting rate limited by GitHub when installing dependencies with composer. We can use the builtin GITHUB_TOKEN secret to authenticate and get a much higher rate limit

This seems to be related to Symfony Flex triggering additional composer operations after the main install, which is why it hasn't affected bugsnag-laravel