Hi,
We have a Github action using secrets.GITHUB_TOKEN
to add to composer configuration (see here), but this started to fail some days ago without any changes in our config.
Here’s the error:
[UnexpectedValueException]
Your github oauth token for github.com contains invalid characters: "***"
The error message is coming from composer, so it means that composer does not accept (anymore) some characters of the Github token.
Is there something I am missing?
Is there a way to workaround this?
Thanks for the help!
Pierre