{"id":44332691,"url":"https://github.com/drone-plugins/github-actions","last_synced_at":"2026-02-11T10:30:45.548Z","repository":{"id":45819388,"uuid":"410750151","full_name":"drone-plugins/github-actions","owner":"drone-plugins","description":"Run github action as a drone plugin","archived":false,"fork":false,"pushed_at":"2025-04-15T15:31:14.000Z","size":60,"stargazers_count":20,"open_issues_count":5,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-15T15:42:51.392Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/drone-plugins.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-09-27T05:14:42.000Z","updated_at":"2025-01-13T14:15:56.000Z","dependencies_parsed_at":"2023-12-15T06:32:13.188Z","dependency_job_id":"e492667d-ae8f-4951-8e33-615af9a6c8be","html_url":"https://github.com/drone-plugins/github-actions","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/drone-plugins/github-actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fgithub-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fgithub-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fgithub-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fgithub-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drone-plugins","download_url":"https://codeload.github.com/drone-plugins/github-actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fgithub-actions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29332277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-02-11T10:30:44.470Z","updated_at":"2026-02-11T10:30:45.538Z","avatar_url":"https://github.com/drone-plugins.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drone-github-action-plugin\n\nThis plugin allows running github actions as a drone plugin.\n\n## Build\n\nBuild the binaries with the following commands:\n\n```console\nexport GOOS=linux\nexport GOARCH=amd64\nexport CGO_ENABLED=0\nexport GO111MODULE=on\n\ngo build -v -a -tags netgo -o release/linux/amd64/plugin   ./cmd\n\n```\n\n## Docker\n\nBuild the Docker images with the following commands:\n\n```console\ndocker build \\\n  --label org.label-schema.build-date=$(date -u +\"%Y-%m-%dT%H:%M:%SZ\") \\\n  --label org.label-schema.vcs-ref=$(git rev-parse --short HEAD) \\\n  --file docker/Dockerfile.linux.amd64 --tag plugins/github-actions .\n\n```\n\n## Plugin step usage\n\nProvide uses, with \u0026 env of github action to use in plugin step settings. Provide GITHUB_TOKEN as environment variable if it is required for an action.\n\n```console\nsteps:\n- name: github-action\n  image: plugins/github-actions\n  settings:\n    uses: actions/hello-world-javascript-action@v1.1\n    with:\n        who-to-greet: Mona the Octocat\n    env:\n        hello: world\n\n```\n\n## Running locally\n\n1. If you are running it on mac locally \u0026 /var/run/docker.sock file does not exist, first run this command `ln -s ~/.docker/run/docker.sock /var/run/docker.sock`\n2. Running actions/hello-world-javascript-action action locally via docker:\n\n```console\n\n docker run --rm \\\n    --privileged \\\n    -v $(pwd):/drone \\\n    -w /drone \\\n    -e PLUGIN_USES=\"actions/hello-world-javascript-action@v1.1\" \\\n    -e PLUGIN_WITH=\"{\\\"who-to-greet\\\":\\\"Mona the Octocat\\\"}\" \\\n    -e PLUGIN_VERBOSE=true \\\n    plugins/github-actions\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrone-plugins%2Fgithub-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrone-plugins%2Fgithub-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrone-plugins%2Fgithub-actions/lists"}