This repository is the GitHub Organization Management repository for STARLIGHTRETAIL.
It contains automation, governance workflows, and the source content used to manage the organization's GitHub presence.
| Path | Purpose |
|---|---|
.github/workflows/harden-repos.yml |
Workflow to convert public repositories to private and maintain the public org profile repo (STARLIGHTRETAIL/.github) |
profile/README.md |
Sanitized public-facing content deployed to STARLIGHTRETAIL/.github/profile/README.md |
The Harden Repository Visibility workflow converts all public code repositories to private and ensures the STARLIGHTRETAIL/.github repository exists with the correct profile content.
Prerequisites: an ORG_ADMIN_PAT organization secret containing a GitHub Personal Access Token with admin:org and repo scopes.
To trigger it:
- Go to Actions → Harden Repository Visibility in this repository.
- Click Run workflow.
- Set
dry_runtofalseto apply changes (defaults totruefor safety).
All public repositories in the STARLIGHTRETAIL organization, except STARLIGHTRETAIL/.github, should remain private. The STARLIGHTRETAIL/.github repository hosts only sanitized public-facing content in profile/README.md.