I am getting this error when I try to log into Github using composer:
Your github oauth token for github.com contains invalid characters
I
Hi @dschmidtadv. Welcome to the CircleCI community
I believe this error is related to the format change of GitHub authentication tokens.
The release composer v2.0.12
addresses this issue.
Please make sure to include the following step in your config.yml
:
- run: sudo composer self-update
You can also find more information about building php
projects with CircleCI in our documentation.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.