Remove explicit GH_TOKEN env var in check_auth.yml
Removed the explicit env block for GH_TOKEN from the check_auth.yml workflow. The gh secret set command will now rely on the default GITHUB_TOKEN provided by GitHub Actions or an inherited secret, aligning with the expected behavior for reusable workflows.