{"id":19901916,"url":"https://github.com/hyperledger/indy-shared-gha","last_synced_at":"2025-03-01T07:16:09.577Z","repository":{"id":38453014,"uuid":"473670809","full_name":"hyperledger/indy-shared-gha","owner":"hyperledger","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-24T13:48:08.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":5,"subscribers_count":17,"default_branch":"main","last_synced_at":"2025-02-25T21:58:16.740Z","etag":null,"topics":["indy"],"latest_commit_sha":null,"homepage":"","language":null,"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/hyperledger.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":"2022-03-24T15:45:05.000Z","updated_at":"2024-06-24T13:48:11.000Z","dependencies_parsed_at":"2024-05-27T21:02:36.782Z","dependency_job_id":"80428047-3355-4368-8a1a-5bc566e5dcc7","html_url":"https://github.com/hyperledger/indy-shared-gha","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger%2Findy-shared-gha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger%2Findy-shared-gha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger%2Findy-shared-gha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger%2Findy-shared-gha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperledger","download_url":"https://codeload.github.com/hyperledger/indy-shared-gha/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241329418,"owners_count":19944985,"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","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":["indy"],"created_at":"2024-11-12T20:16:36.530Z","updated_at":"2025-03-01T07:16:09.551Z","avatar_url":"https://github.com/hyperledger.png","language":null,"readme":"# Indy Shared GHA Components\n\nThis repository contains reusable workflows and actions used by the Indy projects.\n\n## Actions\n\nTo use an action from this repository specify the `uses:` in the following manner:\n\nExample:\n```\n- name: get-release-info\n   id: get-release-info\n   uses: hyperledger/indy-shared-gha/.github/actions/get-release-info@v0.1\n   with:\n      versionString: \"${{ github.event.pull_request.body }}\"\n```\n\n## Workflows\n\nTo use an workflow from this repository specify the `uses:` in the following manner:\n\nExample:\n```\njobs:\n\n  ...\n\n  lint:\n    name: Lint\n    needs: [release-infos]\n    if: needs.infos.outputs.isVersionBump == 'true'\n    uses: hyperledger/indy-shared-gha/.github/workflows/lint.yaml\n\n  build-docker-image:\n    name: Create Builder Image\n    needs: [lint, release-infos]\n    if: needs.infos.outputs.isVersionBump == 'true'\n    uses: hyperledger/indy-shared-gha/.github/workflows/buildimage.yaml\n    with:\n      CACHE_KEY_BUILD: ${{ needs.workflow-setup.outputs.CACHE_KEY_BUILD }}\n      GITHUB_REPOSITORY_NAME: ${{ needs.workflow-setup.outputs.GITHUB_REPOSITORY_NAME }}\n      UBUNTU_VERSION: ${{ needs.workflow-setup.outputs.UBUNTU_VERSION }}\n\n  build_packages:\n    name: Build Packages\n    needs: [release-infos, plenum_tests]\n    if: needs.infos.outputs.isVersionBump == 'true'\n    uses: hyperledger/indy-shared-gha/.github/workflows/buildpackages.yaml\n    with:\n      GITHUB_REPOSITORY_NAME: ${{ needs.workflow-setup.outputs.GITHUB_REPOSITORY_NAME }}\n      UBUNTU_VERSION: ${{ needs.workflow-setup.outputs.UBUNTU_VERSION }}\n      isDev: 'false'\n      isRC: '${{ needs.infos.outputs.isPreRelease }}'\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperledger%2Findy-shared-gha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperledger%2Findy-shared-gha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperledger%2Findy-shared-gha/lists"}