{"id":19186673,"url":"https://github.com/edersonbrilhante/gitlab-runner-action","last_synced_at":"2025-10-28T06:06:30.478Z","repository":{"id":72913591,"uuid":"349573474","full_name":"edersonbrilhante/gitlab-runner-action","owner":"edersonbrilhante","description":"GitHub Action to run your own GitLab Runner inside a GitHub Runner","archived":false,"fork":false,"pushed_at":"2023-01-10T22:17:54.000Z","size":51,"stargazers_count":9,"open_issues_count":2,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T10:06:19.133Z","etag":null,"topics":["github-actions","gitlab-runner"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/gitlab-runner-service","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edersonbrilhante.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-19T22:46:49.000Z","updated_at":"2024-03-01T08:35:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2c797bf-38b4-4130-86ac-7400517a88be","html_url":"https://github.com/edersonbrilhante/gitlab-runner-action","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/edersonbrilhante/gitlab-runner-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edersonbrilhante%2Fgitlab-runner-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edersonbrilhante%2Fgitlab-runner-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edersonbrilhante%2Fgitlab-runner-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edersonbrilhante%2Fgitlab-runner-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edersonbrilhante","download_url":"https://codeload.github.com/edersonbrilhante/gitlab-runner-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edersonbrilhante%2Fgitlab-runner-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269748301,"owners_count":24469119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"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":["github-actions","gitlab-runner"],"created_at":"2024-11-09T11:15:48.715Z","updated_at":"2025-10-28T06:06:30.404Z","avatar_url":"https://github.com/edersonbrilhante.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gitlab Runner Action\nThis action allow you have a gitlab runner up to ~60gb\n\n## Action Inputs\n\n| Input Name | Description | Required | Enum Values | Default Value |\n|-----------------|-------------|---------------|---------------|---------------|\n| `registration-token` | Registration token | Yes | N/A | N/A |\n| `name` | Runner name | Yes | N/A | N/A |\n| `tag-list` | Tag list to bind with the runner | Yes | N/A | N/A |\n| `docker-image` | Docker image used by runner | No | N/A | docker:19.03.12 |\n| `run-untagged` | Parameter that allows or not to pick untagged jobs\" | No | true or false | true |\n| `access-level` | Parameter to create or not a protected runner | No | ref_protected or not_protected | not_protected |\n\n## Example Workflows \n\nComplete example with steps for cleaning space and gilab runner\n```yaml\nname: Gitlab Runner Service\non: [repository_dispatch]\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Maximize Build Space\n        uses: easimon/maximize-build-space@master\n        with:\n          root-reserve-mb: 512\n          swap-size-mb: 1024\n          remove-dotnet: 'true'\n          remove-android: 'true'\n          remove-haskell: 'true'\n\n      - name: Gitlab Runner\n        uses: edersonbrilhante/gitlab-runner-action@main\n        with:\n          registration-token: \"${{ github.event.client_payload.registration_token }}\"\n          docker-image: \"docker:19.03.12\"\n          name: ${{ github.run_id }}\n          tag-list: \"crosscicd\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Federsonbrilhante%2Fgitlab-runner-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Federsonbrilhante%2Fgitlab-runner-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Federsonbrilhante%2Fgitlab-runner-action/lists"}