{"id":15765105,"url":"https://github.com/keisukeyamashita/fastlane-plugin-github-actions","last_synced_at":"2026-04-16T22:31:05.475Z","repository":{"id":98093453,"uuid":"328278660","full_name":"KeisukeYamashita/fastlane-plugin-github-actions","owner":"KeisukeYamashita","description":"Fastlane plugin to trigger GitHub Actions workflow.","archived":false,"fork":false,"pushed_at":"2021-01-10T01:14:48.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-31T05:48:39.805Z","etag":null,"topics":["fastlane","github-actions","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/KeisukeYamashita.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-01-10T01:14:11.000Z","updated_at":"2021-01-10T01:15:18.000Z","dependencies_parsed_at":"2023-03-24T18:18:44.879Z","dependency_job_id":null,"html_url":"https://github.com/KeisukeYamashita/fastlane-plugin-github-actions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KeisukeYamashita/fastlane-plugin-github-actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeisukeYamashita%2Ffastlane-plugin-github-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeisukeYamashita%2Ffastlane-plugin-github-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeisukeYamashita%2Ffastlane-plugin-github-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeisukeYamashita%2Ffastlane-plugin-github-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KeisukeYamashita","download_url":"https://codeload.github.com/KeisukeYamashita/fastlane-plugin-github-actions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeisukeYamashita%2Ffastlane-plugin-github-actions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31907424,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["fastlane","github-actions","ruby"],"created_at":"2024-10-04T12:24:38.460Z","updated_at":"2026-04-16T22:31:05.446Z","avatar_url":"https://github.com/KeisukeYamashita.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github_actions plugin\n\n[![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-github_actions)\n\n## Getting Started\n\nThis project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-github_actions`, add it to your project by running:\n\n```bash\nfastlane add_plugin github_actions\n```\n\n## About github_actions\n\nPlugin to trigger GitHub Actions workflow.\n\n**Note to author:** Add a more detailed description about this plugin here. If your plugin contains multiple actions, make sure to mention them here.\n\n```ruby\ngithub_actions(\n  access_token: \"xxxxxxxxxxxxxxxxx\",\n  id: \"name_of_workflow\",\n  repo: \"KeisukeYamashita/fastlane-plugin-github-actions\",\n  params: {\n      \"tags\": \"v1.0.0\"\n  }\n)\n```\n\n## Example\n\nCheck out the [example `Fastfile`](fastlane/Fastfile) to see how to use this plugin. Try it by cloning the repo, running `fastlane install_plugins` and `bundle exec fastlane test`.\n\n**Note to author:** Please set up a sample project to make it easy for users to explore what your plugin does. Provide everything that is necessary to try out the plugin in this project (including a sample Xcode/Android project if necessary)\n\n## Run tests for this plugin\n\nTo run both the tests, and code style validation, run\n\n```\nrake\n```\n\nTo automatically fix many of the styling issues, use\n```\nrubocop -a\n```\n\n## Issues and Feedback\n\nFor any other issues and feedback about this plugin, please submit it to this repository.\n\n## Troubleshooting\n\nIf you have trouble using plugins, check out the [Plugins Troubleshooting](https://docs.fastlane.tools/plugins/plugins-troubleshooting/) guide.\n\n## Using _fastlane_ Plugins\n\nFor more information about how the `fastlane` plugin system works, check out the [Plugins documentation](https://docs.fastlane.tools/plugins/create-plugin/).\n\n## About _fastlane_\n\n_fastlane_ is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out [fastlane.tools](https://fastlane.tools).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeisukeyamashita%2Ffastlane-plugin-github-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeisukeyamashita%2Ffastlane-plugin-github-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeisukeyamashita%2Ffastlane-plugin-github-actions/lists"}