GitHub Copilot CLI in Actions: Drop the PAT, Use GITHUB_TOKEN
GitHub announced on July 2 that Copilot CLI running inside GitHub Actions no longer requires a personal access token, as the built-in GITHUB_TOKEN now handles authentication. This change simplifies se…