{"id":28459995,"url":"https://github.com/tektoncd/actions","last_synced_at":"2025-08-30T10:36:09.383Z","repository":{"id":222319810,"uuid":"756886610","full_name":"tektoncd/actions","owner":"tektoncd","description":"Hold \"official\" Tekton GitHub Action (to be used in workflows)","archived":false,"fork":false,"pushed_at":"2024-07-10T15:26:00.000Z","size":19,"stargazers_count":5,"open_issues_count":4,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-07T02:07:56.494Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tektoncd.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":"2024-02-13T13:59:32.000Z","updated_at":"2025-05-30T03:18:00.000Z","dependencies_parsed_at":"2024-02-13T16:11:20.764Z","dependency_job_id":"73e4194f-f5db-48dd-b237-0df123fafa30","html_url":"https://github.com/tektoncd/actions","commit_stats":null,"previous_names":["tektoncd/actions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tektoncd/actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tektoncd%2Factions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tektoncd%2Factions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tektoncd%2Factions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tektoncd%2Factions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tektoncd","download_url":"https://codeload.github.com/tektoncd/actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tektoncd%2Factions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272839630,"owners_count":25001860,"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-30T02:00:09.474Z","response_time":77,"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":"2025-06-07T02:07:56.586Z","updated_at":"2025-08-30T10:36:09.363Z","avatar_url":"https://github.com/tektoncd.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# *Official* Tekton GitHub actions\n\nThis repository holds *official* GitHub actions to be used in your GitHub Workflows.\n\n## `setup-tektoncd`\n\nAction to rollout [Tekton Pipeline][githubTektonPipeline], [CLI (`tkn`)][githubTektonCLI] and a [Container-Registry][containerRegistry] instance, setting up the environment for testing using these components.\n\nExample usage below with inputs using default values:\n\n```yaml\n---\njobs:\n  setup-tektoncd:\n    steps:\n      # using KinD to provide the Kubernetes instance and kubectl\n      - uses: helm/kind-action@v1.5.0\n        with:\n          cluster_name: kind\n\n      # setting up Tekton Pipelines, CLI and additional components...\n      - uses: tektoncd/actions/setup-tektoncd@main\n        with:\n          pipeline_version: latest\n          setup_registry: \"true\"\n          patch_etc_hosts: \"true\"\n```\n\nSee more on [`setup-tektoncd/README.md`](./setup-tektoncd).\n\n## `setup-tektoncd-cli`\n\nAction to install the [Tekton CLI (`tkn`)][githubTektonCLI].\n\nExample usage below with inputs using some default values:\n\n```yaml\n---\njobs:\n  setup-tektoncd-cli:\n    steps:\n      - uses: tektoncd/actions/setup-tektoncd-cli@main\n        with:\n          version: latest\n```\n\nBy default the action is set to install `latest` release, use the `version` input for a specific target.\n\n[containerRegistry]: https://docs.docker.com/registry/spec/api/\n[githubTektonPipeline]: https://github.com/tektoncd/pipeline\n[githubTektonCLI]: https://github.com/tektoncd/cli\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftektoncd%2Factions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftektoncd%2Factions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftektoncd%2Factions/lists"}