Free GUI container server using GitHub Actions + Chrome Remote Desktop.
cd kk04271976-dev
git config user.name "kk04271976-dev"
git config user.email "kk04271976-dev@users.noreply.github.com"
git remote add origin https://github.com/kk04271976-dev/container.git
For authenticated pushes, use the token in the URL:
git remote set-url origin https://kk04271976-dev:YOUR_TOKEN@github.com/kk04271976-dev/container.git
⚠️ Security: If you shared your GitHub token, revoke it at github.com/settings/tokens and create a new one.
Add one secret in Settings → Secrets and variables → Actions:
| Secret | Value |
|---|---|
CRD_AUTH_CODE |
Fresh auth code from remotedesktop.google.com/headless |
Get a fresh code: Visit https://remotedesktop.google.com/headless → Begin → Next → Authorize → copy the --code="..." value. Codes expire in ~5 minutes and are single-use — get a new one each time before running. PIN is hardcoded as 321654.
321654CRD_AUTH_CODE each time you run the workflow.