Changes
- fix(ci): use GITHUB_TOKEN for GHCR authentication (#1577)
Details
Fixed Docker workflow failing with "denied: denied" error when pushing to GitHub Container Registry (GHCR). Replaced personal access token (CR_PAT) with the built-in GITHUB_TOKEN.