- Ve a: https://github.com/settings/tokens
- "Generate new token (classic)"
- Nombre:
W Prime Extension CI - Scope: ✅
read:packages - Copiar el token
- Tu repo → Settings → Secrets and variables → Actions
- "New repository secret":
- Name:
GPR_USER→ Value:tu-username-github - Name:
GPR_TOKEN→ Value:el-token-que-copiaste
- Name:
Settings → Actions → General:
- ✅ "Allow all actions and reusable workflows"
- ✅ "Read and write permissions"
- ✅ "Allow GitHub Actions to create and approve pull requests"
git add .github/ docs/ci-cd-setup*.md CONTRIBUTING.md
git commit -m "ci: configurar GitHub Actions para CI/CD"
git push origin main- Ve a la pestaña "Actions" en GitHub
- Deberías ver el workflow ejecutándose
git add .
git commit -m "feat: nueva funcionalidad"
git push→ GitHub Actions compila y genera APK automáticamente
- Actions → Click en el workflow
- Scroll a "Artifacts"
- Descargar
wprime-debug-apk
git tag v1.2.0
git push origin v1.2.0
gh release create v1.2.0 --title "Version 1.2.0" --notes "..."→ GitHub Actions genera APK y lo sube al release
- Español:
docs/ci-cd-setup-es.md - English:
docs/ci-cd-setup.md - Contributing:
CONTRIBUTING.md
- Build falla → Verifica secretos GPR_USER y GPR_TOKEN
- No aparece en Actions → Habilita GitHub Actions en Settings
- Dudas → Lee
docs/ci-cd-setup-es.md