The GITHUB_TOKEN is being exposed in the git URL configuration. While this is a common pattern for gh-pages deployment, the token will appear in the git configuration and could be logged in debug output. Consider using the gh-pages action's built-in authentication mechanism or ensure that git config output is not logged. Additionally, verify that the gh-pages npm package respects this git URL configuration for authentication.
Originally posted by @Copilot in #212