Monthly Docker Hub token rotation
This issue is created automatically on the 1st of each month.
Steps
- Sign in to Docker Hub → Account Settings → Personal access tokens
- Generate a new token: Read + Write scope, 90-day expiration
- Copy the token (shown once)
- Update the GitHub secret:
export DOCKERHUB_TOKEN="..." && ./bin/gh-secrets-setup.sh
- Revoke the old token in Docker Hub
- Close this issue
Monthly Docker Hub token rotation
This issue is created automatically on the 1st of each month.
Steps
export DOCKERHUB_TOKEN="..." && ./bin/gh-secrets-setup.sh