{"id":51861649,"url":"https://github.com/juninmd/base-actions","last_synced_at":"2026-07-24T08:02:32.077Z","repository":{"id":359244312,"uuid":"1183272774","full_name":"juninmd/base-actions","owner":"juninmd","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-11T17:33:00.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-23T10:18:11.015Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juninmd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"security-scan/action.yml","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-16T12:53:03.000Z","updated_at":"2026-07-11T17:33:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/juninmd/base-actions","commit_stats":null,"previous_names":["juninmd/base-actions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/juninmd/base-actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juninmd%2Fbase-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juninmd%2Fbase-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juninmd%2Fbase-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juninmd%2Fbase-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juninmd","download_url":"https://codeload.github.com/juninmd/base-actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juninmd%2Fbase-actions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35832970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-24T02:00:07.870Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-24T08:02:31.404Z","updated_at":"2026-07-24T08:02:32.065Z","avatar_url":"https://github.com/juninmd.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Base Actions 🚀\n\nCentral repository for standardizing GitHub Actions workflows across all **juninmd** projects.\n\n## 📋 Features\n\n- **Validate PR**: Tech-agnostic validation (Node/pnpm/npm, Python/uv/pip). Checks for secrets, builds, lints, and tests.\n- **Docker Build \u0026 Push**: Standardized build with cache and push to GHCR.\n- **ArgoCD Deploy**: Automated sync for ArgoCD applications.\n\n## 🛠 Usage\n\n### 1. PR Validation\nAdd this to `.github/workflows/validate.yml` in your repository:\n\n```yaml\nname: Validate\non: [pull_request]\n\njobs:\n  check:\n    uses: juninmd/base-actions/.github/workflows/reusable-validate.yml@main\n    with:\n      node-version: '22' # Optional\n```\n\n### 2. Docker Build \u0026 Push\nAdd this to `.github/workflows/build.yml`:\n\n```yaml\nname: Build\non:\n  push:\n    branches: [main]\n\njobs:\n  docker:\n    uses: juninmd/base-actions/.github/workflows/reusable-docker-build.yml@main\n    with:\n      image-name: ${{ github.repository }}\n    secrets:\n      GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n\n### 3. ArgoCD Sync\nAdd this to `.github/workflows/deploy.yml`:\n\n```yaml\nname: Deploy\non:\n  workflow_run:\n    workflows: [\"Build\"]\n    types: [completed]\n\njobs:\n  sync:\n    if: ${{ github.event.workflow_run.conclusion == 'success' }}\n    uses: juninmd/base-actions/.github/workflows/reusable-deploy.yml@main\n    with:\n      app-name: 'my-app'\n    secrets:\n      ARGOCD_AUTH_TOKEN: ${{ secrets.ARGOCD_AUTH_TOKEN }}\n```\n\n---\nBuilt with ❤️ by [juninmd](https://github.com/juninmd)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuninmd%2Fbase-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuninmd%2Fbase-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuninmd%2Fbase-actions/lists"}