-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Task Summary
Rotate the expired GHCR (GitHub Container Registry) token that is causing the "Log in to GHCR" step to fail in ghost-stack CI/CD workflows.
✅ Acceptance Criteria
- Generate new GHCR token with appropriate permissions (write:packages)
- Update GitHub repository secret with new token
- Verify workflows run successfully with new token
- Document expiration date of new token (if applicable)
📝 Additional Context
- Symptom: "Log in to GHCR" step failing in one or more workflows
- Affected workflows: TBD (check which workflows use GHCR login)
- Token location: GitHub repository secrets
📦 Definition of Ready
- Acceptance criteria defined
- No unresolved external dependencies
- Story is estimated
- Team has necessary skills and access
- Priority is clear
- Business value understood
✅ Definition of Done
- All acceptance criteria met
- Workflows passing with new token
- Token expiration tracked (if applicable)